Exemple #1
0
 def teardown(self):
     conftest.reload_config()
Exemple #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()
Exemple #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()
 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()
Exemple #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()