Rodolfo Duldulao, Jr.

Results 1 issues of Rodolfo Duldulao, Jr.

We were exploring aio_pika and we had this test: ``` class OurTest(TestCase): async def test_one(self): with asynctest.mock.patch('aio_pika.robust_connect') as mcr: await AdapterClass.create(**options) #options is a dict declared prior to test class...