safe.postprocessors.test.test_age_postprocessor module

Postprocessors package.

class safe.postprocessors.test.test_age_postprocessor.TestAgePostprocessor(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Run before each test.

tearDown()[source]

Run after each test.

test_process()[source]

Test for Postprocessor’s process.

test_setup_wrong_ratios()[source]

Test for checking if the ratio is wrong (total is more than one).