зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-09-08 11:55:51 +03:00
Merge pull request #164 from KonstantinReido/patch-1
Fix typo in README.md
Этот коммит содержится в:
@@ -539,7 +539,7 @@ end
|
|||||||
|
|
||||||
There is a context for testing bot controller in the way similar to Rails controller tests.
|
There is a context for testing bot controller in the way similar to Rails controller tests.
|
||||||
It's supposed to be a low-level alternative for integration tests. Among the differences is
|
It's supposed to be a low-level alternative for integration tests. Among the differences is
|
||||||
that controller tests use a single controller instance for all dispatches in specific exaple,
|
that controller tests use a single controller instance for all dispatches in specific example,
|
||||||
session is stubbed (does not use configured store engine), and update is not serialized
|
session is stubbed (does not use configured store engine), and update is not serialized
|
||||||
so it also supports mocks. This can be useful for unit testing, but should not be used as
|
so it also supports mocks. This can be useful for unit testing, but should not be used as
|
||||||
the default way to test the bot.
|
the default way to test the bot.
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user