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

Meaningless import #24

Open
lovesegfault opened this issue Oct 15, 2016 · 2 comments
Open

Meaningless import #24

lovesegfault opened this issue Oct 15, 2016 · 2 comments
Labels

Comments

@lovesegfault
Copy link
Contributor

test_stream.py imports pytest on line 2, however it seems like there is no pytest, so should this import really be here?

@DanielSank
Copy link
Owner

It's not meaningless. Pytest automatically finds files containing tests and runs them. This is a bit of implicit magic that I don't like, but such is life.

@DanielSank
Copy link
Owner

actually @bemeurer I think you're right.

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

No branches or pull requests

2 participants