aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/util/bitbucket_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/util/bitbucket_test.rs')
-rw-r--r--crates/shirabe/tests/util/bitbucket_test.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/crates/shirabe/tests/util/bitbucket_test.rs b/crates/shirabe/tests/util/bitbucket_test.rs
index 2eb015a..a89b85e 100644
--- a/crates/shirabe/tests/util/bitbucket_test.rs
+++ b/crates/shirabe/tests/util/bitbucket_test.rs
@@ -2,6 +2,13 @@
// These mock IO/Config/HttpDownloader to drive Bitbucket's OAuth/access-token flow; mocking
// is not available and a real HttpDownloader reaches curl_multi_init (todo!()).
+
+#[allow(dead_code)]
+fn set_up() {
+ // Builds mocked IO/HttpDownloader/Config and records time(); mocking is not available.
+ todo!()
+}
+
macro_rules! stub {
($name:ident) => {
#[test]