diff --git a/tests/README.md b/tests/README.md index f2b1d90a..033f9826 100644 --- a/tests/README.md +++ b/tests/README.md @@ -23,13 +23,15 @@ Among other things, this will make [pytest](http://pytest.readthedocs.org/en/lat ## Run All Tests +**Read through the rest of this document before you do this, so you know what the tests do.** + To run all of Flintrock's tests, just run: ```sh -py.test +py.test --verbose ``` -Read through the rest of this document before you do that, though, so you know what the tests do. +The complete test run is quite long, so you'll want the `--verbose` flag so you can track pytest's progress. ## Style Tests