aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/util/auth_helper_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/util/auth_helper_test.rs')
-rw-r--r--crates/shirabe/tests/util/auth_helper_test.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/crates/shirabe/tests/util/auth_helper_test.rs b/crates/shirabe/tests/util/auth_helper_test.rs
index ebdd1f1..91bd9dd 100644
--- a/crates/shirabe/tests/util/auth_helper_test.rs
+++ b/crates/shirabe/tests/util/auth_helper_test.rs
@@ -2,6 +2,13 @@
// These mock IO/Config to drive AuthHelper's header/option building and interactive auth
// storage; mocking is not available here.
+
+#[allow(dead_code)]
+fn set_up() {
+ // Builds mocked IOInterface/Config and a real AuthHelper; mocking is not available.
+ todo!()
+}
+
macro_rules! stub {
($name:ident) => {
#[test]