[7.x] Switch to Pytest as default runner
This commit is contained in:
committed by
Seth Michael Larson
parent
f8b005f62e
commit
eaff4af910
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user