Skip to content
Natán edited this page Oct 19, 2017 · 1 revision

Tests are located in easyaudit/tests. In order to run the tests install virtualenv and run the following:

$~ > cd django-easy-audit
$~/django-easy-audit > virtualenv .pyenv
$~/django-easy-audit > source .pyenv/bin/activate
$~/django-easy-audit > pip install --editable ./
$~/django-easy-audit > cd easyaudit/tests/
$~/django-easy-audit/easyaudit/tests > python manage.py test test_app
Clone this wiki locally