mirror of
https://github.com/django/django.git
synced 2025-07-28 15:44:20 +00:00
Refs #33476 -- Reformatted code with Black.
This commit is contained in:
parent
f68fa8b45d
commit
9c19aff7c7
1992 changed files with 139577 additions and 96284 deletions
|
@ -9,7 +9,6 @@ from .models import NowTestModel, UUIDTestModel
|
|||
|
||||
|
||||
class TestTransactionNow(PostgreSQLTestCase):
|
||||
|
||||
def test_transaction_now(self):
|
||||
"""
|
||||
The test case puts everything under a transaction, so two models
|
||||
|
@ -30,7 +29,6 @@ class TestTransactionNow(PostgreSQLTestCase):
|
|||
|
||||
|
||||
class TestRandomUUID(PostgreSQLTestCase):
|
||||
|
||||
def test_random_uuid(self):
|
||||
m1 = UUIDTestModel.objects.create()
|
||||
m2 = UUIDTestModel.objects.create()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue