From 80975ef3ee398296ddb1fdd1ad0ee83665cc8bba Mon Sep 17 00:00:00 2001 From: Iwo Herka Date: Fri, 6 Apr 2018 14:31:00 +0200 Subject: [PATCH] Update README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8be82a6..30ed5b9 100644 --- a/README.md +++ b/README.md @@ -118,3 +118,15 @@ declarations. Alternatively, you can use the registration decorator provided:: #### Documentation and Examples ``_ + + +#### Development + +##### Running tests + +Run tests with the `runtests` script. To run all tests use it without +arguments or with `--all` option. To run specific tests, just type their names: + +``` +./runtests queries models registry +```