We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc9d0e commit 0006a83Copy full SHA for 0006a83
tests/test_cli.py
@@ -39,6 +39,8 @@ def test_options(lookml_path):
39
assert args.write is True
40
args = lkml.parse_args([lookml_path, "-w"])
41
42
+ with pytest.raises(SystemExit):
43
+ args = lkml.parse_args([lookml_path, "--json", "--lookml"])
44
45
46
@patch("lkml.load")
0 commit comments