remove inheritance from unittest.TestCase on basic test classes

This commit is contained in:
Bastien Gérard
2019-10-31 23:02:28 +01:00
parent 799cdafae6
commit d8924ed892
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from mongoengine import *
from mongoengine.queryset import QueryFieldList
class TestQueryFieldList(unittest.TestCase):
class TestQueryFieldList:
def test_empty(self):
q = QueryFieldList()
assert not q