From fe4ccf96590a7509ba13bf48aaa797b1b7466d2b Mon Sep 17 00:00:00 2001 From: xquery Date: Fri, 4 Dec 2015 13:04:02 +0100 Subject: [PATCH] add instruction to run tests --- README.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a1ec451..7910404 100644 --- a/README.rst +++ b/README.rst @@ -50,9 +50,15 @@ project and run `python setup.py install`. Running Tests ============= -To run tests, edit the `test/resources.py` and `tests/settings.py` -files to match your MarkLogic setup. The tests reference these values -to connect with your MarkLogic server. +Edit the `test/resources.py` and `tests/settings.py` files to match your +MarkLogic setup. The tests reference these values to connect with +your MarkLogic server. + +To run tests + +``` +python3 setup.py test +``` Credits =======