sympy / sympy-bot-old

SymPy pull request helper
http://reviews.sympy.org/
Other
24 stars 16 forks source link

Add support for doctest coverage testing #156

Closed asmeurer closed 11 years ago

asmeurer commented 11 years ago

One just needs to run bin/coverage_doctest.py --no-colors -v and then check the return value (the -v is optional, but it's probably better to put it). This will require https://github.com/sympy/sympy/pull/1876 to work correctly. Also, it requires that the docs be build first to work correctly.

Additionally, we should parse the summary at the end and put it in the GitHub comment.

jrioux commented 11 years ago

Was fixed by #161.