Serhii Kostel

Results 1 comments of Serhii Kostel

I was able to create a `ReusableTestClient` fixture. My environment is `sanic==23.12.1` and `python3.12`. Here is how I I did this ```python # conftest.py from my_app import create_app @pytest.fixture def...