Skip to content

Commit

Permalink
Tests doctests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameya Daigavane committed May 31, 2019
1 parent 6eed5b6 commit 6c21c7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_doctests.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import doctest
from saxpy import paa, sax, znorm

doctest.testmod(paa, optionflags=doctest.NORMALIZE_WHITESPACE)
doctest.testmod(sax, optionflags=doctest.NORMALIZE_WHITESPACE)
doctest.testmod(znorm, optionflags=doctest.NORMALIZE_WHITESPACE)

0 comments on commit 6c21c7f

Please sign in to comment.