Add documentation of the process to run tests

This commit is contained in:
Ryan Hiebert 2015-06-12 19:09:05 -05:00
parent bc2950e1b4
commit 8b119e1e30

View file

@ -34,3 +34,12 @@ In your templates, use your component by first importing the django_components t
{% component name="calendar" date=custom_date %}
{% endblock %}
```
# Running the tests
Install and run `tox`:
```sh
pip install tox
tox
```