pep8 update
This commit is contained in:
parent
b9255f73c3
commit
a66417e9d0
1 changed files with 2 additions and 2 deletions
|
|
@ -358,7 +358,7 @@ class FieldTest(unittest.TestCase):
|
|||
self.assertEquals(BlogPost.objects.filter(info__100__test__exact='test').count(), 0)
|
||||
BlogPost.drop_collection()
|
||||
|
||||
def test_list_field_Strict(self):
|
||||
def test_list_field_strict(self):
|
||||
"""Ensure that list field handles validation if provided a strict field type."""
|
||||
|
||||
class Simple(Document):
|
||||
|
|
@ -465,7 +465,7 @@ class FieldTest(unittest.TestCase):
|
|||
self.assertEquals(BlogPost.objects.filter(info__made_up__test__exact='test').count(), 0)
|
||||
BlogPost.drop_collection()
|
||||
|
||||
def test_dictfield_Strict(self):
|
||||
def test_dictfield_strict(self):
|
||||
"""Ensure that dict field handles validation if provided a strict field type."""
|
||||
|
||||
class Simple(Document):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue