| Home | Trees | Indices | Help |
|---|
|
|
1 import doctest
2 import comocma
3
4 doctest.ELLIPSIS_MARKER = '***' # to be able to ignore an entire output,
5 # putting the default '...' doesn't work for that.
6 print('doctesting `comocma`')
7 print(doctest.testmod(comocma.como))
8
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 18 16:48:10 2020 | http://epydoc.sourceforge.net |