Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--helix-term/tests/integration.rs2
-rw-r--r--helix-term/tests/test/auto_indent.rs (renamed from helix-term/tests/integration/auto_indent.rs)0
-rw-r--r--helix-term/tests/test/auto_pairs.rs (renamed from helix-term/tests/integration/auto_pairs.rs)0
-rw-r--r--helix-term/tests/test/commands.rs (renamed from helix-term/tests/integration/commands.rs)0
-rw-r--r--helix-term/tests/test/helpers.rs (renamed from helix-term/tests/integration/helpers.rs)0
-rw-r--r--helix-term/tests/test/movement.rs (renamed from helix-term/tests/integration/movement.rs)0
-rw-r--r--helix-term/tests/test/write.rs (renamed from helix-term/tests/integration/write.rs)0
7 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/tests/integration.rs b/helix-term/tests/integration.rs
index 061bd8fff..376bc88b0 100644
--- a/helix-term/tests/integration.rs
+++ b/helix-term/tests/integration.rs
@@ -1,5 +1,5 @@
#[cfg(feature = "integration")]
-mod integration {
+mod test {
mod helpers;
use std::path::PathBuf;
diff --git a/helix-term/tests/integration/auto_indent.rs b/helix-term/tests/test/auto_indent.rs
index 8933cb6a3..8933cb6a3 100644
--- a/helix-term/tests/integration/auto_indent.rs
+++ b/helix-term/tests/test/auto_indent.rs
diff --git a/helix-term/tests/integration/auto_pairs.rs b/helix-term/tests/test/auto_pairs.rs
index 52fee55e5..52fee55e5 100644
--- a/helix-term/tests/integration/auto_pairs.rs
+++ b/helix-term/tests/test/auto_pairs.rs
diff --git a/helix-term/tests/integration/commands.rs b/helix-term/tests/test/commands.rs
index 1ff7cc90c..1ff7cc90c 100644
--- a/helix-term/tests/integration/commands.rs
+++ b/helix-term/tests/test/commands.rs
diff --git a/helix-term/tests/integration/helpers.rs b/helix-term/tests/test/helpers.rs
index 3fe1934f1..3fe1934f1 100644
--- a/helix-term/tests/integration/helpers.rs
+++ b/helix-term/tests/test/helpers.rs
diff --git a/helix-term/tests/integration/movement.rs b/helix-term/tests/test/movement.rs
index e0bfc3bfc..e0bfc3bfc 100644
--- a/helix-term/tests/integration/movement.rs
+++ b/helix-term/tests/test/movement.rs
diff --git a/helix-term/tests/integration/write.rs b/helix-term/tests/test/write.rs
index f3abbd91b..f3abbd91b 100644
--- a/helix-term/tests/integration/write.rs
+++ b/helix-term/tests/test/write.rs