umami.tests.unit.evaluation_tools package#

Submodules#

umami.tests.unit.evaluation_tools.test_eval_tools module#

Unit test script for the functions in eval_tools.py

class umami.tests.unit.evaluation_tools.test_eval_tools.SmallFunctionsTestCase(methodName='runTest')#

Bases: TestCase

Test class for small functions in eval_tools.py

setUp()#

Hook method for setting up the test fixture before exercising it.

test_calculate_fraction_dict()#

Test the correct behaviour of calculate_fraction_dict.

test_calculate_fraction_dict_value_error()#

Test the ValueError behaviour of calculate_fraction_dict.

Module contents#