Dmitriy
Dmitriy
Just copied 2 peaces of code from `README.md` in 2 files: `bot.py` and `test.py`. Full traceback: ```python test.py::test_echo FAILED [100%] test.py:9 (test_echo) @pytest.mark.asyncio async def test_echo(): request = MockedBot(MessageHandler(echo)) >...
- With this [PR](https://github.com/OCCCAS/aiogram_tests/pull/11#issuecomment-1585652014) was implemented `auto_mock_success` flag. `False` default value break tests in `./examples/example_tests.py`. Example from `README.md` [are not working](https://github.com/OCCCAS/aiogram_tests/issues/16) - Changed version number to `1.0.4` - Fixed typo...