Skip to content

Commit

Permalink
Fixed pytest typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade authored Jan 2, 2018
1 parent 7a2e9ef commit 50be2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 50be2fa

Please sign in to comment.