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 +```