Fixed pytest typo

This commit is contained in:
Stephen
2018-01-02 15:04:41 +11:00
committed by GitHub
parent 7a2e9ef535
commit 50be2fabbf

View File

@@ -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)