Use Python's unittest to run these tests on your own system.
Or, run individual tests by executing the Python scripts .py
directly, as shown below.
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