[wingide-users] Runs tests in _tests
Wingware Support
support at wingware.com
Fri Aug 13 20:18:06 MDT 2010
Michael Hipp wrote:
> I have the test pattern test*.py set in Wing. It runs those fine, but
> it also runs _test_foo.py. Shouldn't it ignore that file?
The pattern is designed to match the entire full path rather than just
the file name. So you may need to do something like */test*.py or
*/tests/test*.py
--
Stephan Deibel
Wingware | Python IDE
Advancing Software Development
www.wingware.com
More information about the wingide-users
mailing list