Merge pull request #14 from amluto/develop

Clarify the instructions for running tests.
This commit is contained in:
Jason Paryani
2013-09-20 09:37:59 -07:00

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/).