master #9

Manually merged
heinzel merged 12 commits from master into production 2019-10-25 11:46:41 +02:00
3 changed files with 3 additions and 2 deletions
Showing only changes of commit e26e21aff7 - Show all commits

View File

@@ -1 +1 @@
coverage manage.py test
coverage run manage.py test

View File

@@ -1,11 +1,11 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import datetime
import mock
import re
import socket
import unittest
from django.test import SimpleTestCase
from unittest import mock
from ..views import RootView

View File

@@ -1,3 +1,4 @@
coverage
django
django-extensions
mock