Merge "Test modules should always be last" into main

This commit is contained in:
Treehugger Robot
2024-02-13 22:04:05 +00:00
committed by Gerrit Code Review

View File

@@ -14,6 +14,9 @@
* limitations under the License.
*/
#[cfg(test)]
pub use test_utils::*;
#[cfg(test)]
pub mod test_utils {
use crate::commands::Input;
@@ -340,6 +343,3 @@ parsed_flag {
);
}
}
#[cfg(test)]
pub use test_utils::*;