From 320535a227357366c3211175bfdae5d46c541680 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 27 Nov 2022 20:06:10 +0100 Subject: [PATCH] improve tests doc wording --- docs/developer.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/developer.md b/docs/developer.md index 94923b035..ea2e36ce1 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -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