aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/util/perforce_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/util/perforce_test.rs')
-rw-r--r--crates/shirabe/tests/util/perforce_test.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/shirabe/tests/util/perforce_test.rs b/crates/shirabe/tests/util/perforce_test.rs
index 3958b83..59b9fd8 100644
--- a/crates/shirabe/tests/util/perforce_test.rs
+++ b/crates/shirabe/tests/util/perforce_test.rs
@@ -2,6 +2,14 @@
// These mock IO and a ProcessExecutor to drive Perforce client/stream/command behaviour;
// mocking is not available here.
+
+#[allow(dead_code)]
+fn set_up() {
+ // Builds mocked ProcessExecutor/IO, the test repo config, and a Windows-flagged Perforce;
+ // mocking is not available.
+ todo!()
+}
+
macro_rules! stub {
($name:ident) => {
#[test]