You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pytest.mark.asyncioasyncdeftest_create_cateogory():
category='category'# TODO AsyncMock?# Look for a better way to handle awaited objects, possibly AsyncMockfuture=Future()
future.set_result(category)
e7e7ee05f136d4b4eb3abac5f57d2333dcc1c92c
The text was updated successfully, but these errors were encountered:
AsyncMock?
Look for a better way to handle awaited objects, possibly AsyncMock
tournam8/src/tests/commands/test_bot_commands.py
Line 24 in 91b347b
e7e7ee05f136d4b4eb3abac5f57d2333dcc1c92c
The text was updated successfully, but these errors were encountered: