-
-
Notifications
You must be signed in to change notification settings - Fork 104
1. How to test
Jeong Seongmoon edited this page Dec 8, 2024
·
1 revision
Test project with unittest.
# run unittest directly
python -m unittest discover ./tests *test.py -v
Test with real trading market. Some integration tests are excuted via Jupyter notebook. It's good to run test flexible re-ordered.
You can find notebook files in notebook directory.
# run unittest directly
python -m unittest integration_tests
# or
python -m unittest integration_tests.simulation_ITG_test