Add a comment about tests (src/utils/command.rs)

This commit is contained in:
Temirkhan Myrzamadi 2020-06-07 15:39:12 +06:00 committed by GitHub
parent 1e71268748
commit e47a73088d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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::*;