- Python 3.4
- Django 1.8.5
- django-modeltranslation (http://django-modeltranslation.readthedocs.org)
- Django REST framework (http://www.django-rest-framework.org/)
- munigeo (https://github.com/City-of-Helsinki/munigeo)
- django-reversion (http://django-reversion.readthedocs.org)
virtualenv -p /usr/bin/python3 ~/.virtualenvs/
workon kerrokantasi
Install all required packages with pip command:
pip install -r requirements.txt
Run all tests. Execute command in project root directory.
py.test
Run test against particular issue.
py.test -k test_7 -v