Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 713 Bytes

running-tests.md

File metadata and controls

26 lines (18 loc) · 713 Bytes

This repository uses Nox to run tests. For a full test of available scripts run nox -l.

If you plan to run tests, you will need to install the following dependencies first:

Once done, you should clone this repository:

git clone https://github.com/idom-team/django-idom.git
cd django-idom
pip install -r ./requirements/test-run.txt --upgrade

Then, by running the command below you can run the full test suite:

nox -s test

Or, if you want to run the tests in the foreground:

nox -s test -- --headed