mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
ec83c5058f
commit
8760440c92
@ -301,3 +301,8 @@ class LoopTest(BaseTest):
|
||||
self.assertIn('a testing error', tb)
|
||||
jm.start_job('simple test', 'calibre.srv.jobs', 'sleep_test', args=(1.0,))
|
||||
jm.shutdown(), jm.wait_for_shutdown(monotonic() + 1)
|
||||
|
||||
|
||||
def find_tests():
|
||||
import unittest
|
||||
return unittest.defaultTestLoader.loadTestsFromTestCase(LoopTest)
|
||||
|
Loading…
x
Reference in New Issue
Block a user