OCCCAS / aiogram_tests

The library for testing bots on aiogram3
https://pypi.org/project/aiogram-tests/
58 stars 11 forks source link

Fix/deque usage #11

Closed bomzheg closed 1 year ago

bomzheg commented 1 year ago
555Russich commented 1 year ago

@bomzheg Could you please describe what's the point of auto_mock_success implementation? It's breaking all tests in ./examples/example_tests.py. To pass them, need to set auto_mock_success=True in every handler. Isn't it expected behavior and should have True by default?

p4vook commented 3 months ago

Any updates on this?