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

'loadTestsFromDir' still ignores sub-packages with leading underscores #963

Open
tseaver opened this issue Oct 28, 2015 · 2 comments
Open

Comments

@tseaver
Copy link

tseaver commented Oct 28, 2015

The comment above

if entry.startswith('_'):
indicates that the behavior will be removed, pointing at a long-closed bug on Google Code.

To work around this issue, I am having to make a subpackage "public", even though it isn't part of any API I want to expose to outside users.

@tseaver
Copy link
Author

tseaver commented Oct 28, 2015

I'd understand if the default configuration was still to ignore such sub-packages, but the code ignores any configuration I put in place.

@marscher
Copy link

This is super annoying! Is there any way to convince nose not to ignore my tests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants