mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Merge pull request #1115 from LasterAlex/add-tests-to-readme
Added testing field to README
This commit is contained in:
commit
ccfc6165e6
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue