Just got stuck for a while trying to figure out the difference between my pytest environment and my working debug env.
async def test_check_balance(httpx_mock: HTTPXMock):
had to remove the bit in the brackets.
Just got stuck for a while trying to figure out the difference between my pytest environment and my working debug env.
async def test_check_balance(httpx_mock: HTTPXMock):
had to remove the bit in the brackets.
When this is all done and I'm 100% sure I've fixed it, I'll write a decent post about this.
I made a mistake which is a pretty common one so I'm certainly not the first to do this.