mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
[py3k] Silence many warnings while running the tests.
This commit is contained in:
parent
4321ee25c5
commit
292322f977
29 changed files with 213 additions and 196 deletions
|
@ -655,7 +655,7 @@ class ThreadTests(TestCase):
|
|||
|
||||
class BackendLoadingTests(TestCase):
|
||||
def test_old_style_backends_raise_useful_exception(self):
|
||||
self.assertRaisesRegexp(ImproperlyConfigured,
|
||||
six.assertRaisesRegex(self, ImproperlyConfigured,
|
||||
"Try using django.db.backends.sqlite3 instead",
|
||||
load_backend, 'sqlite3')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue