From 4c935a596ca44cbebfd703881e78bff361f3993b Mon Sep 17 00:00:00 2001 From: Nicholas Chammas Date: Thu, 3 Dec 2015 13:33:02 -0500 Subject: [PATCH] --verbose --- tests/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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