[issue13125] test_all_project_files() expected failure
Mikhail Novikov added the comment: Updated patch to work properly with verbosity. -- Added file: http://bugs.python.org/file23484/i13125-2.patch ___ Python tracker <http://bugs.python.org/issue13
[issue13125] test_all_project_files() expected failure
Mikhail Novikov added the comment: I modified the tests so that they don't do prints to stdout. For that I replaced print with warnings in the "ParseError" exception except and replaced os.system with subprocess.getoutput. -- keywords: +patch nosy: +freiksenet A