Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

add instruction to run tests #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======
Expand Down