Create a HelpCommand instance.
(self)
| 11 | |
| 12 | @pytest.fixture |
| 13 | def command(self): |
| 14 | """Create a HelpCommand instance.""" |
| 15 | return HelpCommand() |
| 16 | |
| 17 | def test_command_properties(self, command): |
| 18 | """Test command properties.""" |
no test coverage detected