FLiT icon indicating copy to clipboard operation
FLiT copied to clipboard

Python doctest not part of `make check`

Open mikebentley15 opened this issue 7 years ago • 0 comments

Some of the python scripts have doctest unit tests inside, which is great. However, we should probably run then using python3 -m doctest <scriptname> when we call make check on the top level or from the tests directory.

mikebentley15 avatar Feb 08 '18 05:02 mikebentley15