[docs] [issue25768] compileall functions do not document or test return values
Nicholas Chammas
report at bugs.python.org
Sat Dec 5 17:02:14 EST 2015
Nicholas Chammas added the comment:
Absolutely. I'll add a "bad source file" to `setUp()` [0] and check return values as part of the existing checks in `test_compile_files()` [1].
Does that sound like a good plan to you?
Also, I noticed that `compile_path()` has no tests. Should I test it as part of `test_compile_files()` or as part of a different test function?
[0] https://hg.python.org/cpython/file/tip/Lib/test/test_compileall.py#l14
[1] https://hg.python.org/cpython/file/tip/Lib/test/test_compileall.py#l57
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25768>
_______________________________________
More information about the docs
mailing list