Xiong Ding
Xiong Ding
Hi, I found using `pytest` with parameter with ` --durations-path` option will change pytest rootdir, so the nodeid of all tests cannot be found in the test_durations file. For example...
Hey guys, on macos, I downloaded the app and dragged to application folder, then it shows below what should I do in this case?
Hi, Thanks for this convenient package! A tiny request. Could we export variable `throttle_script` inside `throttle.py`? I plan to write unit tests using [fakeredis](https://github.com/cunla/fakeredis-py). However fakeredis does not support `redis.replicate_commands()`....
Hi team, Right now, asyncpg does prepared statements in two steps. 1. Parse, Describe, Flush. 2. Bind, Execute, Sync. Two coroutines represent these two steps. In a highly concurrent setup,...