Skip to content
Snippets Groups Projects
Commit e36ae352 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Adding some test prerequisite docs

parent 8f71f78c
No related branches found
No related tags found
No related merge requests found
......@@ -25,12 +25,19 @@ from vipscore_common.data_utils import *
### Unit tests
The tests are located in the `tests` folder, and we're using [Pytest](https://docs.pytest.org/)
Prerequisite: To test, use a venv, install this package in it by running:
``` bash
(venv) $ python -m pip install -e .
```
To run the unit tests, move to the root folder of the project, and execute:
``` bash
pytest -v
```
### Using bumpver
For developers: When you want to publish a new version, use
``` bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment