mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 10:33:12 +02:00
...
This commit is contained in:
parent
6530780c8d
commit
4fe2862f2b
1 changed files with 5 additions and 2 deletions
|
|
@ -169,7 +169,7 @@ def __init__(self, locations, test=False):
|
|||
|
||||
self._parser = Or
|
||||
#self._parser.setDebug(True)
|
||||
#self.parse('(tolstoy)')
|
||||
#self.parse('x ore')
|
||||
self._parser.setDebug(False)
|
||||
|
||||
|
||||
|
|
@ -584,7 +584,10 @@ def run_tests(self):
|
|||
|
||||
|
||||
def main(args=sys.argv):
|
||||
tester = Tester(test=True)
|
||||
tester = Tester(['authors', 'author', 'series', 'formats', 'format',
|
||||
'publisher', 'rating', 'tags', 'tag', 'comments', 'comment', 'cover',
|
||||
'isbn', 'ondevice', 'pubdate', 'size', 'date', 'title', u'#read',
|
||||
'all', 'search'], test=True)
|
||||
failed = tester.run_tests()
|
||||
if tester._tests_failed or failed:
|
||||
print '>>>>>>>>>>>>>> Tests Failed <<<<<<<<<<<<<<<'
|
||||
|
|
|
|||
Loading…
Reference in a new issue