Remove unique settings file per test, because they don't run concurrently anymore

This commit is contained in:
Miguel Jacq 2018-10-17 16:31:51 +11:00
parent 0176535e50
commit b749fc8d12
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
34 changed files with 41 additions and 40 deletions

View file

@ -9,7 +9,7 @@ class Local404RateLimitTest(unittest.TestCase, GuiShareTest):
test_settings = {
"close_after_first_download": False
}
cls.gui = GuiShareTest.set_up(test_settings, 'Local404RateLimitTest')
cls.gui = GuiShareTest.set_up(test_settings)
@classmethod
def tearDownClass(cls):