Merge pull request #871 from jupyterhub/willingc-patch-1

Add info on tests to README
This commit is contained in:
Min RK
2016-11-15 20:39:59 +01:00
committed by GitHub

View File

@@ -182,6 +182,13 @@ You may also need to manually update JavaScript and CSS after some development u
python3 setup.py js # fetch updated client-side js python3 setup.py js # fetch updated client-side js
python3 setup.py css # recompile CSS from LESS sources python3 setup.py css # recompile CSS from LESS sources
``` ```
We use [py.test](http://doc.pytest.org/en/latest/) for testing. To run tests:
```bash
py.test jupyterhub/tests
```
---- ----
## License ## License
We use a shared copyright model that enables all contributors to maintain the We use a shared copyright model that enables all contributors to maintain the