Skip to content

Commit

Permalink
--verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Dec 3, 2015
1 parent 823c8c7 commit 4c935a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c935a5

Please sign in to comment.