mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 00:33:26 +02:00
...
This commit is contained in:
parent
6e4908882c
commit
84ee53fc18
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ def setUpClass(cls):
|
|||
cls.server_thread = threading.Thread(target=cls.run_server)
|
||||
cls.server_thread.daemon = True
|
||||
cls.server_thread.start()
|
||||
cls.browser = Browser(verbosity=1)
|
||||
cls.browser = Browser(verbosity=0)
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
|
|
|
|||
Loading…
Reference in a new issue