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

Consider supporting a folder of python files which is not a package #512

Closed
pylint-bot opened this issue Apr 5, 2015 · 2 comments
Closed

Comments

@pylint-bot
Copy link

Originally reported by: Florian Bruhin (BitBucket: The-Compiler, GitHub: @The-Compiler?)


Currently when executing pylint on a folder of python files which is not a package, this happens:

F:  1, 0: error while code parsing: Unable to load file 'tests/__init__.py' ([Errno 2] No such file or directory: 'tests/__init__.py') (parse-error)

This is an issue because the pytest testing tool recommends having tests without __init__.py.

Instead of the error, I think pylint should find .py/.pyw files in the given directory.


@pylint-bot
Copy link
Author

Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore):


Duplicate of #352.

@pylint-bot
Copy link
Author

Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore):


I'll leave issue 352 for this. Thanks.

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

No branches or pull requests

1 participant