[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
@@ -35,7 +35,7 @@ def get_client(**kwargs):
return new_client
def setup():
def setup_module():
get_client()