Updated documentation for base readme

This commit is contained in:
Khalim Conn-Kowlessar 2023-07-05 13:08:53 +01:00
parent d774df4697
commit 485cfcc203

View file

@ -26,10 +26,10 @@ pytest
This will run the complete panel of tests and report on coverage in the locations specified
by the pytest.ini file.
To run tests in a specific service, e.g. inside of model_data, simple run
To run tests in a specific service, e.g. inside of model_data, simply run
```commandline
pytest model_data
pytest --cov-config=model_data/.coveragerc --cov=model_data
```
This will produce the test results and coverage reports