Skip to content

Commit b2f6477

Browse files
authored
Merge pull request #307
use new unittest.mock everywhere
2 parents df847c9 + 61064f1 commit b2f6477

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
factory_boy
2-
mock
32
pytest-django
43
pytest-cov
54
coverage
6-
django
5+
django

tests/test_ajax_mixins.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import json
2-
import mock
2+
from unittest import mock
33

44
from django import test
55
from django.core.exceptions import ImproperlyConfigured

0 commit comments

Comments
 (0)