mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
6e4908882c
commit
84ee53fc18
@ -84,7 +84,7 @@ class Test(unittest.TestCase):
|
|||||||
cls.server_thread = threading.Thread(target=cls.run_server)
|
cls.server_thread = threading.Thread(target=cls.run_server)
|
||||||
cls.server_thread.daemon = True
|
cls.server_thread.daemon = True
|
||||||
cls.server_thread.start()
|
cls.server_thread.start()
|
||||||
cls.browser = Browser(verbosity=1)
|
cls.browser = Browser(verbosity=0)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def tearDownClass(cls):
|
def tearDownClass(cls):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user