cli icon indicating copy to clipboard operation
cli copied to clipboard

[feature] support globstar for test_patterns

Open Freed-Wu opened this issue 2 years ago • 0 comments

Such as

test_patterns = ["tests/**.py"]

which means tests/*.py, tests/*/*.py, tests/*/*/*.py, ...

TIA!

Freed-Wu avatar Jan 23 '23 15:01 Freed-Wu