cli
cli copied to clipboard
[feature] support globstar for test_patterns
Such as
test_patterns = ["tests/**.py"]
which means tests/*.py, tests/*/*.py, tests/*/*/*.py, ...
TIA!