Skip to content

Commit

Permalink
#44 also run pickletools doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Havlik committed Sep 28, 2020
1 parent 68fd9db commit ba049b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zodbpickle/tests/test_pickle_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from . import _is_pypy
from . import _is_pure
from zodbpickle import pickle_3 as pickle
from zodbpickle import pickletools_3 as pickletools

try:
from zodbpickle import _pickle
Expand Down Expand Up @@ -184,6 +185,7 @@ def test_suite():
unittest.makeSuite(t) for t in choose_tests()
] + [
doctest.DocTestSuite(pickle),
doctest.DocTestSuite(pickletools),
])

if __name__ == '__main__':
Expand Down

0 comments on commit ba049b9

Please sign in to comment.