snipar.tests.utils module

class snipar.tests.utils.SniparTest(methodName='runTest')[source]

Bases: TestCase

log = False
p_value_threshold = 0.01
setUp()[source]

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

classmethod setUpClass()[source]

Hook method for setting up class fixture before running tests in the class.

subsample_snp = 50
tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

classmethod tearDownClass()[source]

Hook method for deconstructing the class fixture after running all tests in the class.