You are viewing a single comment's thread from:

RE: LeoThread 2024-10-13 02:22

in LeoFinance2 months ago

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.

Sort:  

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.