-
Notifications
You must be signed in to change notification settings - Fork 158
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
Help with simple example #25
Comments
I don't have access to a desktop computer right now but I think I might know what's causing this. Thanks for reporting, will look into it asap. |
If I'm right the test is being executed (you can verify with a print inside and running pytest with -s), just the assert exceptions are being swallowed. 😕 |
Yes, you're right. Here's the updated code:
And the output from
|
Will be fixed tomorrow 👍 Thanks! |
Hi, I've just pushed 0.4.1 to PyPI. Can you confirm it fixes the issue for you? |
Yes, 0.4.1 works, thanks! |
Great :) |
…or transaction run; bump version
I'm sure I'm doing something wrong, but I can't get tests working with pytest.mark.asyncio.
Running
py.test
claims that test_foo was executed and passed.Using pytest 2.9.2, pytest-asyncio 0.4.0.
The text was updated successfully, but these errors were encountered: