diff --git a/python/tox.ini b/python/tox.ini index 5637d0266..defd8c59e 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -36,7 +36,7 @@ commands = python --version # Configuration [pytest] cache_dir = .tox/.cache -python_files = *asset_test.py +python_files = *asset_test.py *bd_rate_calculator_test.py markers = main: Main tests