pipdeptree/tests/profiles/conflicting/test_spec.json

17 lines
390 B
JSON

[
{
"id": "default_output",
"method": "cmp_with_file_contents",
"command": "{{pipdeptree}}",
"expected_output_file": "default.out",
"expected_err_file": "default.err"
},
{
"id": "reverse_output",
"method": "cmp_with_file_contents",
"command": "{{pipdeptree}} -r",
"expected_output_file": "reverse.out",
"expected_err_file": "default.err"
}
]