aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/util/svn_test.rs
blob: 5e2775f36cba6e7db77e8107c8f066640c7466af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//! ref: composer/tests/Composer/Test/Util/SvnTest.php

// These mock IO/Config and use reflection to drive Svn's credential handling; mocking and
// reflection are not available here.
#[test]
#[ignore = "mocks IO/Config and uses reflection to drive Svn credentials; not ported"]
fn test_credentials() {
    todo!()
}

#[test]
#[ignore = "mocks IO/Config and uses reflection to drive Svn credentials; not ported"]
fn test_interactive_string() {
    todo!()
}

#[test]
#[ignore = "mocks IO/Config and uses reflection to drive Svn credentials; not ported"]
fn test_credentials_from_config() {
    todo!()
}

#[test]
#[ignore = "mocks IO/Config and uses reflection to drive Svn credentials; not ported"]
fn test_credentials_from_config_with_cache_credentials_true() {
    todo!()
}

#[test]
#[ignore = "mocks IO/Config and uses reflection to drive Svn credentials; not ported"]
fn test_credentials_from_config_with_cache_credentials_false() {
    todo!()
}