mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Updated documentation for base readme
This commit is contained in:
parent
d774df4697
commit
485cfcc203
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue