remove inheritance from unittest.TestCase on basic test classes

This commit is contained in:
Bastien Gérard
2019-09-02 08:50:46 +03:00
parent 799cdafae6
commit d8924ed892
6 changed files with 10 additions and 10 deletions

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