Merge "Test modules should always be last" into main
This commit is contained in:
@@ -14,6 +14,9 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#[cfg(test)]
|
||||||
|
pub use test_utils::*;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
pub mod test_utils {
|
pub mod test_utils {
|
||||||
use crate::commands::Input;
|
use crate::commands::Input;
|
||||||
@@ -340,6 +343,3 @@ parsed_flag {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
|
||||||
pub use test_utils::*;
|
|
||||||
|
Reference in New Issue
Block a user