This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
0.33.0b0
darrenburns
released this
01 Feb 14:17
·
350 commits
to master
since this release
Adds --exclude
command line option, allowing you to specify glob patterns of files/directories to ignore when searching for tests. Can be supplied in pyproject.toml
too, like so:
[tool.ward]
exclude = ["glob1", "glob2"]