Skip to content

Commit

Permalink
Made testing docs a little clearer (#3040)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpananos authored and ColCarroll committed Jun 20, 2018
1 parent 0253de3 commit 7077455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -100,7 +100,7 @@ tools:

```bash
$ pip install pytest pytest-cov coverage
$ pytest --cov=pymc3 pymc3/tests/tests_for_package.py
$ pytest --cov=pymc3 pymc3/tests/<name of test>.py
```

* No `pyflakes` warnings, check with:
Expand Down

0 comments on commit 7077455

Please sign in to comment.