Skip to content

Commit b2ce7a1

Browse files
committed
re-enable cli tests
1 parent 0c7054d commit b2ce7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from overpass.cli import cli
55
from nose.tools import nottest
66

7-
@nottest
7+
#@nottest
88
def test_cli():
99
runner = CliRunner()
1010
with runner.isolated_filesystem():
@@ -16,7 +16,7 @@ def test_cli():
1616
assert result.exit_code == 0
1717
assert exists('out.geojson')
1818

19-
@nottest
19+
#@nottest
2020
def test_cli_xml():
2121
runner = CliRunner()
2222
with runner.isolated_filesystem():

0 commit comments

Comments
 (0)