diff options
Diffstat (limited to 'crates/shirabe/tests/util/bitbucket_test.rs')
| -rw-r--r-- | crates/shirabe/tests/util/bitbucket_test.rs | 7 |
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] |
