auxi.core.reporting_test module¶
This module contains code used to test core reporting classes.
-
class
auxi.core.reporting_test.ReportingUnitTester(methodName='runTest')¶ Bases:
unittest.case.TestCaseThe unit tester for the class being tested.
-
setUp()¶
-
tearDown()¶
-
test_render_with_file()¶ Test whether a value is returned when a report is rendered in a string format. And whether any of the other formats throw an error.
-
test_render_without_file()¶ Test whether a value is returned when a report is rendered in a string format. And whether any of the other formats throw an error.
-