[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 -1
View File
@@ -12,7 +12,7 @@ from ..test_cases import TestCase, SkipTest
class TestQueryParams(TestCase):
def setUp(self):
def setup_method(self, _):
self.calls = []
@query_params("simple_param")