Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
I'm using pytest-asyncio for testing some functions that I have. Below an example
I've tested it manually and it works perfectly, but now I'm trying to automate the testing process via pytest and pytest-asyncio.
Then I run my tests with
pytestand I get the following error
Am I doing tests wrongly or is it a missing feature?
Thanks.