mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9763120b3d
commit
1455f01337
@ -170,3 +170,7 @@ def find_tests():
|
||||
self.assertFalse(w)
|
||||
|
||||
return unittest.defaultTestLoader.loadTestsFromTestCase(TestSimpleWebEngineScraper)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
print(read_url([], sys.argv[-1]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user