Skip to content
Snippets Groups Projects

fix cli bug + add cli tests

Merged Cresson Remi requested to merge add_cli_tests into main
2 files
+ 12
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
1
@@ -40,4 +40,6 @@ _test_cli(
"--pretty",
],
)
_test_cli(collection_diff, ["--remote_id", "spot-6-7-drs", "--col_path", "/tmp/col.json"])
_test_cli(
collection_diff, ["--remote_id", "spot-6-7-drs", "--col_path", "/tmp/col.json"]
)
Loading