Merge pull request #1115 from LasterAlex/add-tests-to-readme

Added testing field to README
This commit is contained in:
Сырцев Вадим Игоревич 2024-07-30 11:06:32 +00:00 committed by GitHub
commit ccfc6165e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -286,6 +286,12 @@ async fn receive_location(
[More examples >>](crates/teloxide/examples/) [More examples >>](crates/teloxide/examples/)
## Testing
A community made crate [`teloxide_tests`](https://github.com/LasterAlex/teloxide_tests) can be used to test your bots.
[Some testing examples >>](https://github.com/LasterAlex/teloxide_tests/tree/master/examples)
## Tutorials ## Tutorials
- [_"Migrating my family finance bot from Python to Rust (teloxide) because I am tired of exceptions (part 1)"_](https://trkohler.com/posts/i-migrated-my-family-finance-bot-from-python-to-rust-because-i-am-tired-of-exceptions/) by Troy Köhler. - [_"Migrating my family finance bot from Python to Rust (teloxide) because I am tired of exceptions (part 1)"_](https://trkohler.com/posts/i-migrated-my-family-finance-bot-from-python-to-rust-because-i-am-tired-of-exceptions/) by Troy Köhler.