gradema.test._test¶
Module Contents¶
Classes¶
This is the abstract class inherited by all tests. |
Attributes¶
- gradema.test._test.TestResult¶
- class gradema.test._test.Test¶
Bases:
abc.ABCThis is the abstract class inherited by all tests.
- abstract run(reporter: gradema.test.TestReporter) TestResult¶