datamade / django-councilmatic

:heartpulse: Django app providing core functions for *.councilmatic.org
http://councilmatic.org
MIT License
26 stars 16 forks source link

Lets add tests! #110

Closed evz closed 7 years ago

evz commented 7 years ago

This is an example setup that should get us going with some tests. It includes some sample fixtures. One big caveat is that when we merge this and want to use it with an existing councilmatic installation, we'll need to update the cron jobs to use the new import_data command which was renamed since the older version conflicted with Django's built in loaddata command (which is required to load fixture data for testing).