Skip to content

Commit 4f277bb

Browse files
committed
Add test case
1 parent 43055ad commit 4f277bb

6 files changed

Lines changed: 24 additions & 0 deletions

File tree

tests/cases/atty.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

tests/cases/atty.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Prefetching GitHub data for 1 repositories
2+
Scanning 1 packages and their dependencies (pass --verbose for more information)

tests/cases/atty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
args = ["-p", "atty"]

tests/cases/atty_all_targets.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"name": "atty",
4+
"outdated_deps": [
5+
{
6+
"name": "hermit-abi",
7+
"req": "^0.1.6",
8+
"version_latest": null,
9+
"version_used": "0.1.19"
10+
}
11+
],
12+
"repo_status": {
13+
"Age": null
14+
},
15+
"version": "0.2.14"
16+
}
17+
]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Prefetching GitHub data for 1 repositories
2+
Scanning 1 packages and their dependencies (pass --verbose for more information)

tests/cases/atty_all_targets.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
args = ["-p", "atty", "--all-targets"]

0 commit comments

Comments
 (0)