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
commit 0c11d4443f
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** **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)