mirror of
https://github.com/bahdotsh/wrkflw.git
synced 2025-12-28 16:06:34 +01:00
test warnings fix
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
|
||||
|
||||
#[cfg(test)]
|
||||
mod cleanup_tests {
|
||||
use super::*;
|
||||
use bollard::Docker;
|
||||
use std::process::Command;
|
||||
use crate::{
|
||||
executor::{
|
||||
docker,
|
||||
},
|
||||
runtime::{
|
||||
emulation::{self, EmulationRuntime},
|
||||
},
|
||||
cleanup_on_exit,
|
||||
};
|
||||
|
||||
#[tokio::test]
|
||||
async fn test_docker_container_cleanup() {
|
||||
|
||||
Reference in New Issue
Block a user