Imran Mumtaz

Results 6 comments of Imran Mumtaz

@nicoddemus Thanks for that initial troubleshooting! @peisenha I'll check this out tonight after work. Thanks!

So I did some initial digging and found that: - The tests pass the first loop but fail for the loops after that. - The same 6 tests consistently fail:...

@peisenha I did some more digging. It _seems_ like doctest namespace gets cleared out after pytest-stress loop. In the mean time, one quick hack you can do is explicitly add...

Hey @vij-m2. I haven't tested this plugin with asyncio, but it _should_ run your setup / teardown for each loop. So if you have a session scoped fixture that sets...

Ah I see. I'm getting the same error as you now. Deps: ``` python = "^3.8" pytest-stress = "^1.0.1" pytest = "^6.2.4" pytest-asyncio = "^0.15.1" ```` This seems related to...