Fixed pytest typo

This commit is contained in:
Stephen 2018-01-02 15:04:41 +11:00 committed by GitHub
parent 7a2e9ef535
commit 50be2fabbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ pytest freqtrade/tests/test_<file_name>.py
**Test only one method from one file**
```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
**Install packages** (If not already installed)