We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9a66b commit 7eacb92Copy full SHA for 7eacb92
comocma/test.py
@@ -0,0 +1,10 @@
1
+if __name__ == "__main__":
2
+
3
+ import doctest
4
+ import comocma
5
+ import inspect
6
7
+ doctest.ELLIPSIS_MARKER = '***' # to be able to ignore an entire output,
8
+ # putting the default '...' doesn't work for that.
9
+ #print('doctesting `comocma`')
10
+ print(doctest.testmod(comocma.como))
0 commit comments