move .pl files from tests-pl next to the .toml of the test that uses them

This commit is contained in:
Skgland
2023-12-04 22:16:04 +01:00
committed by Bennet Bleßmann
parent 1c52de9ab1
commit fcf2e2db05
14 changed files with 16 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
use crate::helper::{load_module_test, run_top_level_test_with_args};
use crate::helper::load_module_test;
use serial_test::serial;
#[serial]