Example #1
0
 def teardown(self):
     conftest.reload_config()
Example #2
0
 def teardown(self):
     # callback settings added in test_post_request are "sticky", this
     # ensures they are reset for other tests that rely on pristine conf
     # settings
     conftest.reload_config()
Example #3
0
 def teardown(self):
     # callback settings added in setup are "sticky", this ensures they are
     # reset for other tests that rely on pristine conf settings
     conftest.reload_config()
Example #4
0
 def teardown(self):
     # callback settings added in setup are "sticky", this ensures they are
     # reset for other tests that rely on pristine conf settings
     conftest.reload_config()
Example #5
0
 def teardown(self):
     # callback settings added in test_post_request are "sticky", this
     # ensures they are reset for other tests that rely on pristine conf
     # settings
     conftest.reload_config()