mirror of
https://github.com/django-components/django-components.git
synced 2025-08-31 19:27:19 +00:00
Add documentation of the process to run tests
This commit is contained in:
parent
bc2950e1b4
commit
8b119e1e30
1 changed files with 9 additions and 0 deletions
|
@ -34,3 +34,12 @@ In your templates, use your component by first importing the django_components t
|
||||||
{% component name="calendar" date=custom_date %}
|
{% component name="calendar" date=custom_date %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Running the tests
|
||||||
|
|
||||||
|
Install and run `tox`:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pip install tox
|
||||||
|
tox
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue