Clarify the instructions for running tests.

This commit is contained in:
Andy Lutomirski
2013-09-20 03:09:07 -07:00
parent ef003a3ebf
commit 3b58ac4b9c

View File

@@ -34,7 +34,7 @@ Or you can clone the repo like so:
## Development
This project uses [git-flow](http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/). Essentially, just make sure you do your changes in the `develop` branch. You can run the tests by installing pytest with `pip install pytest`, and then run `py.test`
This project uses [git-flow](http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/). Essentially, just make sure you do your changes in the `develop` branch. You can run the tests by installing pytest with `pip install pytest`, and then run `py.test` from the `test` directory.
## Documentation/Example
There is some basic documentation [here](http://jparyani.github.io/pycapnp/).