aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkyler Hawthorne2022-04-30 13:22:20 +0000
committerSkyler Hawthorne2022-06-19 03:57:47 +0000
commit8d8d389536d1f948f25a38c33f278a5e2f8d1b28 (patch)
tree2afc76c77472a39997e785f33232b6b224d01632
parentacf931709a56e5af0ac101276fcfb3ba45f159f2 (diff)
rename top level module to satisfy cargo fmt
-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 061bd8ff..376bc88b 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 8933cb6a..8933cb6a 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 52fee55e..52fee55e 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 1ff7cc90..1ff7cc90 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 3fe1934f..3fe1934f 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 e0bfc3bf..e0bfc3bf 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 f3abbd91..f3abbd91 100644
--- a/helix-term/tests/integration/write.rs
+++ b/helix-term/tests/test/write.rs