@@ -50,6 +51,13 @@ Use pytest with the pytest-django library to run unit tests.
pytest
There are two scripts for adding data to the database:
- greg/tests/populate_fixtures.py
- greg/tests/populate_database.py
where the former uses randomized data, and the latter uses specific data useful in combination with the frontend. See the respective files for how to use them.
## Static type analysis
Use [mypy](http://mypy-lang.org/) to run static type checks using type hints.