nodev-io / pytest-nodev

Test-driven source code search for Python.
http://pytest-nodev.readthedocs.io
MIT License
27 stars 8 forks source link

Got "AssertionError: Silent re.match bug!" when running with --wish-from-all inside docker #24

Closed alexamici closed 8 years ago

alexamici commented 8 years ago

Hit the botched work around for #22 when stdlib has more than a hundreds modules.

docker run --rm -it -v `pwd`:/src nodev specs --wish-from-all
[...]
E   AssertionError: Silent re.match bug!

Work-around:

docker run --rm -it -v `pwd`:/src nodev specs --wish-from-all --wish-includes .
[...]
=========== 5303 xfailed, 32 pytest-warnings in 139.57 seconds ============

Fix under test.

alexamici commented 8 years ago

Bug still present with --wish-from-stdlib.