Skip to content

Commit

Permalink
added tests section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steverecio committed Jul 25, 2017
1 parent 060f366 commit 783c4b9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,20 @@ may be your best choice.
The good thing about this app is that it is easy and quick to install, and it begins logging
events right away, without you having to inject code anywhere in your project.

## Tests

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
```

## Contributors

[@jheld](https://github.com/jheld)
Expand Down

0 comments on commit 783c4b9

Please sign in to comment.