Skip to content
Snippets Groups Projects
Commit c4b45ac2 authored by CHAMONT David's avatar CHAMONT David
Browse files

Print return values of doctest.

parent 2d3a7fa0
No related branches found
No related tags found
1 merge request!68Doctest must return an error code in case of failure
......@@ -12,4 +12,4 @@ import labelstower
labelstower.bp.db = SQLAlchemy(app)
import doctest
doctest.testmod(labelstower.getter,verbose=True)
print doctest.testmod(labelstower.getter,verbose=True)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment