Added test and removed runlegacyscript

This commit is contained in:
Darkshredder
2021-03-10 17:18:12 +05:30
parent 64128b699a
commit ccfad57fca
3 changed files with 31 additions and 3 deletions

View File

@@ -65,7 +65,6 @@ def test_cli_help(capsys):
@pytest.mark.parametrize("command,script", [
(('special-phrases',), 'specialphrases'),
(('add-data', '--tiger-data', 'tiger'), 'setup'),
(('add-data', '--file', 'foo.osm'), 'update'),
(('export',), 'export')
])