Getting Started
Main Documentation
Examples
Additional Information
Various types of tests are included. Please refer to Installation section for the installation of test requirements.
Testing the code:
$ make test-code
You can also use pytest:
$ pytest sportsbet -v
Test the coverage of the code:
$ make test-coverage
Test the documentation examples:
$ make test-doc
Run all tests:
$ make test