[wingide-users] question about wildcards for unit testing
Fibergeek
fibergeek at codegurus.be
Wed Jan 25 13:41:44 MST 2012
Hi
I specified a pattern "test_*.py" (Project->Project
Properties->Testing), this indeed adds all the files beginning with
"test_".
But it also includes other files containing the word "test_" such as
"ensure_test_environment.py".
Is there some way to specify that "test_*.py" really means that and does
not get converted to "*test_*.py".
I tried "^test_*.py" (as the ^ in regular expressions) but then no files
are found.
Thanks.
Peter.
More information about the wingide-users
mailing list