2020-04-12 06:10:33 +00:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"id": "default_output",
|
|
|
|
"method": "cmp_with_file_contents",
|
|
|
|
"command": "{{pipdeptree}}",
|
|
|
|
"expected_output_file": "default.out",
|
2020-04-14 18:21:04 +00:00
|
|
|
"expected_err_file": "default.err",
|
|
|
|
"expected_returncode": 0
|
2020-04-12 06:10:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "reverse_output",
|
|
|
|
"method": "cmp_with_file_contents",
|
|
|
|
"command": "{{pipdeptree}} -r",
|
|
|
|
"expected_output_file": "reverse.out",
|
2020-04-14 18:21:04 +00:00
|
|
|
"expected_err_file": "default.err",
|
|
|
|
"expected_returncode": 0
|
2020-04-12 06:10:33 +00:00
|
|
|
}
|
|
|
|
]
|