typ icon indicating copy to clipboard operation
typ copied to clipboard

Find tests based on substring matches with module/class/method names.

Open qyearsley-zz opened this issue 10 years ago • 0 comments

Currently, one can specify a list of specific test modules/classes/methods to run by giving them as positional args.

Another possible behavior, which may be more convenient, would be to find all tests (all modules, test case classes and test methods) whose name includes one of the specified filter strings as a substring.

I think this would involve a change to Runner.find_tests (https://github.com/dpranke/typ/blob/master/typ/runner.py#L329)

qyearsley-zz avatar Sep 22 '15 23:09 qyearsley-zz