Skip to content

Latest commit

 

History

History

tests

How to run the tests

Use Python's unittest to run these tests on your own system.

See also test.bat or test.sh.

Or, run individual tests by executing the Python scripts .py directly, as shown below.

Examples

python -m unittest

test.bat

test.sh

python -m unittest test_sectypes test_runtime

test.bat test_sectypes test_runtime

test.sh test_sectypes test_runtime

python test_sectypes.py

python test_runtime.py