From c9b2beb82101529345408c6ad8a9a423c6c1fd33 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Tue, 15 Nov 2016 06:35:39 -0800 Subject: [PATCH] Add info on tests to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 489a1fd5..fb815ad0 100644 --- a/README.md +++ b/README.md @@ -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 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 We use a shared copyright model that enables all contributors to maintain the