improve tests doc wording

This commit is contained in:
Matthias 2022-11-27 20:06:10 +01:00
parent a85602eb9c
commit 320535a227
1 changed files with 3 additions and 3 deletions

View File

@ -51,10 +51,10 @@ If necessary, the Freqtrade team can assist and give guidance with writing good
#### How to run tests
Use `py.test` in root folder to run all available testcases and confirm your local environment is setup correctly
Use `pytest` in root folder to run all available testcases and confirm your local environment is setup correctly
!!! Note "develop branch"
This assumes that you have `stable` branch checked out. Other branches may be work in progress with tests not working yet.
!!! Note "feature branches"
Tests are expected to pass on the `develop` and `stable` branches. Other branches may be work in progress with tests not working yet.
#### Checking log content in tests