tests package

Module contents

data_helper tests package

Example

Run all tests from parent directory:

python -m tests

Run module test:

python -m tests <module>
python tests/<module.py>
tests.run(sh, *args)[source]