[wingide-users] question about wildcards for unit testing
Wing IDE Support
support at wingware.com
Wed Jan 25 13:54:16 MST 2012
On 1/25/12 3:41 PM, Fibergeek wrote:
> 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".
I think you want to use the pattern: /test_*.py
The entire path name is used when finding test files.
Cheers,
John
More information about the wingide-users
mailing list