X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0608cf1476b80ea7fe1160c78689383f03b4c231..1c6f4263635dce309434dc10e622552b1e70308b:/test/python/cli/test_cmd_api.py diff --git a/test/python/cli/test_cmd_api.py b/test/python/cli/test_cmd_api.py index 129e2db0..05e3c4f0 100644 --- a/test/python/cli/test_cmd_api.py +++ b/test/python/cli/test_cmd_api.py @@ -168,74 +168,3 @@ def test_search(cli_call, tmp_path, capsys, monkeypatch, endpoint, params): assert 'address' not in out[0] assert 'extratags' not in out[0] assert 'namedetails' not in out[0] - - -class TestCliApiCommonParameters: - - @pytest.fixture(autouse=True) - def setup_website_dir(self, cli_call, project_env): - self.cli_call = cli_call - self.project_dir = project_env.project_dir - (self.project_dir / 'website').mkdir() - - - def expect_param(self, param, expected): - (self.project_dir / 'website' / ('search.php')).write_text(f"""