fastapi-microservices
fastapi-microservices copied to clipboard
Attribute error async_generator
Thanks for the clean code! I got issues when i want to test my code, dont know how to fix this please help?
Which command did you use to run that test?
coverage run -m pytest, the fixture i used, was the same as yours:
changed the fixture to this and tests run correctly, but don't know if doing it this way can cause issues in the future?