sven
sven
I can submit a PR for this.
Pr above now opened for this issue.
Any updates on this?
@RonnyPfannschmidt Hi! Thanks for reviewing :) To be clear if I would set True to default (as you suggested) this would mean that the base case is that a class...
There seems to be some disagreement about the issue, either way I pushed the new implementation. Maybe it helps in the discussion :)
Great to see this PR getting merged! Thanks for all the help and appreciate the cleanup @nicoddemus , admittedly the PR required more understanding of the internals than I first...
id like to fix this issue. After reading [the discussion](https://github.com/pytest-dev/pytest/discussions/12748 ) I would propose something to the effect of: Add `exclude_paths` to the config such that: ` exclude_paths = [...
@nicoddemus In this case, the entire directory would not be picked up during collection. Thus never considered even if the imported. To clarify: Say I have a passing test in...
> In your example you excluded testing/ignore, correct? But this is not the point of the OP, Yes, the entire `ignore` dir is not collected. My attempted solution was formed...
Thanks for the help! Hope it wasn't too much back and forth. Let me know there's any misunderstandings or problems.