-
Notifications
You must be signed in to change notification settings - Fork 12
Development
Shantanu Singh edited this page Dec 19, 2019
·
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
- 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]