##// END OF EJS Templates
Fix unintentional skipping of module level doctests...
Fix unintentional skipping of module level doctests Importing `skip_doctest` decorator unintentionally marks for skipping a module level doctest. It happens because doctests discovery only checks whether a variable with name `skip_doctest` is presented without checking the type. I have renamed the 'magic' variable name to `__skip_doctest__` to resolve the name clash, and also made the check actually depend on the variable content. The module level doctest in `core/debugger.py` was previously unintentionally skipped and now is disabled because it contains syntax/name errors.
Nikita Kniazev -
r26873:17153999
Show More
Name Size Modified Last Commit Author
/ tools
alldeps
tests
autoformat_file Loading ...
backport_pr.py Loading ...
build_release Loading ...
check_sources.py Loading ...
configure-git-blame-ignore-revs.bat Loading ...
configure-git-blame-ignore-revs.sh Loading ...
fixup_whats_new_pr.py Loading ...
gen_latex_symbols.py Loading ...
gh_api.py Loading ...
git-mpr.py Loading ...
git-mrb Loading ...
github_stats.py Loading ...
make_tarball.py Loading ...
mknbindex.py Loading ...
release Loading ...
release_helper.sh Loading ...
retar.py Loading ...
testupload Loading ...
toollib.py Loading ...
update_whatsnew.py Loading ...