- Pass the test by running:
pytest qlib/tests/test_all_pipeline.py
under upper directory ofqlib
. - If you are adding a new feature, test on your own test scripts.
- Pipeline test:
- Your own tests:
- Fix bugs
- Add new feature
- Update documentation
pytest qlib/tests/test_all_pipeline.py
under upper directory of qlib
.