mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Add a comment about tests (src/utils/command.rs)
This commit is contained in:
parent
1e71268748
commit
e47a73088d
1 changed files with 2 additions and 0 deletions
|
@ -300,6 +300,8 @@ where
|
|||
Some((command, words.collect()))
|
||||
}
|
||||
|
||||
// The rest of tests are integrational due to problems with macro expansion in
|
||||
// unit tests.
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
|
Loading…
Add table
Reference in a new issue