Run tests#
You can use the following code block to run tests.
# Install test dependencies
pip install pytest pytest-cov
# Run all tests
python run_tests.py
You can use the following code block to run tests.
# Install test dependencies
pip install pytest pytest-cov
# Run all tests
python run_tests.py