[7.x] Switch to Pytest as default runner
This commit is contained in:
committed by
Seth Michael Larson
parent
f8b005f62e
commit
eaff4af910
@@ -144,8 +144,7 @@ class TestTextSerializer(TestCase):
|
||||
|
||||
|
||||
class TestDeserializer(TestCase):
|
||||
def setUp(self):
|
||||
super(TestDeserializer, self).setUp()
|
||||
def setup_method(self, _):
|
||||
self.de = Deserializer(DEFAULT_SERIALIZERS)
|
||||
|
||||
def test_deserializes_json_by_default(self):
|
||||
|
||||
Reference in New Issue
Block a user