]> git.openstreetmap.org Git - nominatim.git/commit
split cli tests by subcommand and extend coverage
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 2 Dec 2021 22:45:48 +0000 (23:45 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 2 Dec 2021 22:45:48 +0000 (23:45 +0100)
commit54d35ddfe9054f3bc49896fc47c2a02b3fc43066
tree52beceac92477d351e3522be18f3800f410812f2
parent7beccb7997fd4cda150a66c07b33a43b111ebe9d
split cli tests by subcommand and extend coverage
nominatim/clicmd/api.py
test/python/cli/conftest.py
test/python/cli/test_cli.py
test/python/cli/test_cmd_admin.py [new file with mode: 0644]
test/python/cli/test_cmd_api.py [new file with mode: 0644]
test/python/cli/test_cmd_import.py [new file with mode: 0644]
test/python/cli/test_cmd_refresh.py [new file with mode: 0644]
test/python/cli/test_cmd_replication.py