-
Notifications
You must be signed in to change notification settings - Fork 12
Development
Shantanu Singh edited this page Mar 22, 2020
·
11 revisions
- Fork the cytominer-database repository
- Install the project and its dependencies:
git clone [email protected]:USERNAME/cytominer-database.git cd cytominer-database pip install --upgrade -r requirements.txt
See this https://github.com/pytest-dev/pytest/issues/4608 in case of errors
- Run the tests:
or an individual test, e.g.:
pytest
or an individual module, e.g.:pytest tests/test_ingest.py
or an individual fixture within a module, e.g.:pytest tests/test_ingest.py::test_seed
pytest tests/test_ingest.py::test_seed[htqc]