naampy.tests package

Submodules

naampy.tests.test_010_in_rolls_ln module

Tests for in_rolls_fn.py

class naampy.tests.test_010_in_rolls_ln.TestInRollsFn(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

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

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_in_rolls_fn()[source]
test_in_rolls_fn_state()[source]
test_in_rolls_fn_state_year()[source]
test_in_rolls_fn_state_year_v1()[source]
test_in_rolls_fn_state_year_v2()[source]
test_predict_fn_gender()[source]

naampy.tests.test_020_in_rolls_ln module

Tests for in_rolls_fn.py

class naampy.tests.test_020_in_rolls_ln.TestInRollsFn(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

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

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_in_rolls_fn()[source]
test_in_rolls_fn_state()[source]
test_in_rolls_fn_state_year()[source]

Module contents

naampy.tests.capture(command, *args, **kwargs)[source]