fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update librarian API.
[wolnelektury.git]
/
src
/
catalogue
/
tests
/
test_doctests.py
1
import doctest
2
import unittest
3
import catalogue.models.book
4
5
6
def load_tests(loader, tests, ignore):
7
tests.addTests(doctest.DocTestSuite(catalogue.models.book))
8
return tests