Skip to content

Commit

Permalink
improve tests doc wording
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Nov 27, 2022
1 parent a85602e commit 320535a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 320535a

Please sign in to comment.