mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Removed unit tests (using example context) that are in fact duplicates of e2e tests in test/e2e
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
parent
2a8c24e4ff
commit
907ba0c03e
6 changed files with 0 additions and 138 deletions
14
cli/cmd/testdata/inspect-out-id.golden
vendored
14
cli/cmd/testdata/inspect-out-id.golden
vendored
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"ID": "id",
|
||||
"Status": "",
|
||||
"Image": "nginx",
|
||||
"HostConfig": {
|
||||
"RestartPolicy": "none",
|
||||
"CPUReservation": 0,
|
||||
"CPULimit": 0,
|
||||
"MemoryReservation": 0,
|
||||
"MemoryLimit": 0,
|
||||
"AutoRemove": false
|
||||
},
|
||||
"Platform": "Linux"
|
||||
}
|
||||
2
cli/cmd/testdata/ps-out-quiet.golden
vendored
2
cli/cmd/testdata/ps-out-quiet.golden
vendored
|
|
@ -1,2 +0,0 @@
|
|||
id
|
||||
1234
|
||||
3
cli/cmd/testdata/ps-out.golden
vendored
3
cli/cmd/testdata/ps-out.golden
vendored
|
|
@ -1,3 +0,0 @@
|
|||
CONTAINER ID IMAGE COMMAND STATUS PORTS
|
||||
id nginx
|
||||
1234 alpine
|
||||
Loading…
Add table
Add a link
Reference in a new issue