(self)
| 405 | |
| 406 | class ResourceViewCommandTestCase(unittest.TestCase): |
| 407 | def setUp(self): |
| 408 | ResourceViewCommand.display_attributes = [] |
| 409 | |
| 410 | def test_get_include_attributes(self): |
| 411 | cls = namedtuple("Args", "attr") |
nothing calls this directly
no outgoing calls
no test coverage detected