aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/diagnose_command_test.rs
blob: a8e6c164a3e0d58728cabb3d06a5650fddcaf479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! ref: composer/tests/Composer/Test/Command/DiagnoseCommandTest.php

#[test]
#[ignore = "diagnose checks live http/https connectivity to packagist and the github.com rate \
            limit, so it requires real network access"]
fn test_cmd_fail() {
    todo!()
}

#[test]
#[ignore = "diagnose checks live http/https connectivity to packagist and the github.com rate \
            limit, so it requires real network access"]
fn test_cmd_success() {
    todo!()
}