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

Éric Araujo report at bugs.python.org
Wed Oct 12 18:32:06 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

I made a few edits and committed to distutils and packaging.  Then I ported the packaging patch to distutils2, which supports Python 2.4-2.7, and got this failure:

FAIL: test_glob_to_re (__main__.ManifestTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "distutils2/tests/test_manifest.py", line 88, in test_glob_to_re
    self.assertEqual(_glob_to_re('foo*'), 'foo[^/]*\\Z(?ms)')
AssertionError: 'foo[^/]*$' != 'foo[^/]*\\Z(?ms)'

I haven’t dug into it yet.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11751>
_______________________________________


More information about the Python-bugs-list mailing list