[7.x] Switch to Pytest as default runner

This commit is contained in:
Seth Michael Larson
2020-05-19 14:18:53 -05:00
committed by Seth Michael Larson
parent f8b005f62e
commit eaff4af910
12 changed files with 274 additions and 233 deletions
+1 -2
View File
@@ -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):