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 bbbdbca commit 1a2fd36Copy full SHA for 1a2fd36
test/test_cli.py
@@ -84,7 +84,7 @@ def testInvalidFormat(self):
84
self.assertEqual(cm.exception.code, 2)
85
print(sys.stderr.getvalue())
86
self.assertIn(
87
- "rqw: error: argument -F/--format: invalid choice: 'jjssoonn' (choose from json, xml, turtle, n3, rdf, rdf+xml, csv, tsv, json-ld)",
+ "rqw: error: argument -F/--format: invalid choice: 'jjssoonn'",
88
sys.stderr.getvalue(),
89
)
90
0 commit comments