We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Note: These instructions have only been tested when running on MacOS with vagrant-qemu
vagrant-qemu
cd /usr/local/apps/TEKDB/TEKDB
requirements.txt
python manage.py test TEKDB.tests
/usr/local/apps/TEKDB/TEKDB
coverage run --data-file=/usr/local/apps/.coverage manage.py test TEKDB.tests
Note: We need to specify the coverage data file location to one where we have write access.
cd ../../
usr/local/apps
.coverage
coverage report