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 99d390d commit 34a2dc0Copy full SHA for 34a2dc0
tests/test_cli.py
@@ -5,7 +5,7 @@
5
from nose.tools import nottest
6
7
def test_cli():
8
-
+
9
runner = CliRunner()
10
with runner.isolated_filesystem():
11
result = runner.invoke(cli, [
@@ -16,6 +16,6 @@ def test_cli_xml():
16
17
18
19
- '--responseformat', 'osm',
+ '--responseformat', 'xml',
20
'node(40.704,-74.010,40.708,-74.013)[amenity=cafe]'])
21
assert result.exit_code == 0
0 commit comments