Fixed pytest typo
This commit is contained in:
parent
7a2e9ef535
commit
50be2fabbf
@ -24,7 +24,7 @@ pytest freqtrade/tests/test_<file_name>.py
|
|||||||
|
|
||||||
**Test only one method from one file**
|
**Test only one method from one file**
|
||||||
```bash
|
```bash
|
||||||
pytest freqtrade/tests/test_<file_name>.py:test_<method_name>
|
pytest freqtrade/tests/test_<file_name>.py::test_<method_name>
|
||||||
```
|
```
|
||||||
## Test if your code is PEP8 compliant
|
## Test if your code is PEP8 compliant
|
||||||
**Install packages** (If not already installed)
|
**Install packages** (If not already installed)
|
||||||
|
Loading…
Reference in New Issue
Block a user