[issue11751] Increase distutils.filelist / packaging.manifest test coverage

2011-10-21 Thread Justin Love
Justin Love added the comment: Still can't reproduce (though I got one failure and three other errors) $ patch -p 1 <http://bugs.python.org/issue11751> ___ ___ Python-bugs-list mailing list Unsubsc

[issue11751] Increase distutils.filelist / packaging.manifest test coverage

2011-10-18 Thread Justin Love
Justin Love added the comment: re: test_glob_to_re Could not reproduce (OS X 10.6) I built branch 2.7, and also tried the expressions from glob_to_re on my system 2.7 and 3.2, all returned the (?ms) version. -- ___ Python tracker <h

[issue11751] Increase distutils.filelist / packaging.manifest test coverage

2011-09-25 Thread Justin Love
Justin Love added the comment: Incorporated some formatting suggestions. Removed _actions. Just as well, as I accidentally left in the 'blarg' bogus action ;^) Added a test for implicit-include. Whether 'this cannot happen' can happen depends on the output of _parse_te

[issue11751] Increase distutils.filelist / packaging.manifest test coverage

2011-09-23 Thread Justin Love
Justin Love added the comment: Sorry, it's been sitting at the bottom of my starred list for months, the prospect of reloading context always making it a little less attractive than something else. I turned out I had to update to even have 'packaging' Error was caused by an a

[issue11751] Increase distutils.filelist test coverage

2011-04-07 Thread Justin Love
Justin Love added the comment: Removed NO COVER Combined test_translate_pattern Added on to some test names to make them more descriptive -- Added file: http://bugs.python.org/file21562/increase_distutils_filelist_test_coverage_v2.patch

[issue11751] Increase distutils/filelist test coverage

2011-04-03 Thread Justin Love
New submission from Justin Love : Increase test coverage of distutils/filelist.py from 49% to 100%. One line was marked as excluded because it was a "this cannot happen" error, and I agreed. -- components: Tests files: increase_distutils_filelist_test_coverage.patch keywo