Merge pull request #277 from stephendade/patch-1

Fixed pytest typo
This commit is contained in:
Samuel Husso
2018-01-02 07:47:23 +02:00
committed by GitHub

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)