Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 324 Bytes

DEVELOPMENT.md

File metadata and controls

10 lines (7 loc) · 324 Bytes

Development

Running tests

To run tests, you need to have all dependencies specified in requirements-dev.txt (in addition to the user dependencies in setup.py). Run pip install -r requirements-dev.txt to install them with pip.

Now you should be able to launch tests using pytest tests from the root folder.