Merge branch 'heinzel' of python/django-test into master
All checks were successful
buildbot/django-test-test-python2 Build done.
buildbot/django-test-test-python3 Build done.

This commit was merged in pull request #6.
This commit is contained in:
2019-10-24 14:49:14 +02:00
committed by Gitea
3 changed files with 3 additions and 2 deletions

View File

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

View File

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

View File

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