Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more safe defaults for norecursedirs #1982

Open
RonnyPfannschmidt opened this issue Oct 4, 2016 · 1 comment
Open

more safe defaults for norecursedirs #1982

RonnyPfannschmidt opened this issue Oct 4, 2016 · 1 comment
Labels
type: enhancement new feature or API change, should be merged into features branch

Comments

@RonnyPfannschmidt
Copy link
Member

#1978 exposed that some norecurse directories have a name that is very sane to use outside of a project root

this issue is pretty tricky to debug

we should evaluate more strict evaluation of those and allowing folder names like "build" and "dist" inside normal python packages

@nicoddemus nicoddemus added the type: enhancement new feature or API change, should be merged into features branch label Oct 4, 2016
@4sfaloth
Copy link

I just bumped into this issue after some relatively considerable time waste. I would suggest one of the below

  • not ignoring anything by default
  • still load tests from ignored directories and show them as skipped in the test report
  • more explicitly logging when any directory is ignored

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement new feature or API change, should be merged into features branch
Projects
None yet
Development

No branches or pull requests

3 participants