gradema.test._command¶
Module Contents¶
Classes¶
This is the abstract class inherited by all tests. |
- class gradema.test._command.CommandTest(command: list[str], debug_command: list[str] | None = None)¶
Bases:
gradema.test._test.TestThis is the abstract class inherited by all tests.
- run(reporter: gradema.test._reporter.TestReporter) gradema.test._test.TestResult¶