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.TestCase

The 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 wether 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 wether any of the other formats throw an error.