MCPcopy Create free account
hub / github.com/protomaps/PMTiles / test_cli_help

Function test_cli_help

python/rio-pmtiles/tests/test_cli.py:28–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 self.file.close()
27
28def test_cli_help():
29 runner = CliRunner()
30 result = runner.invoke(main_group, ["pmtiles", "--help"])
31 assert result.exit_code == 0
32 assert "Export a dataset to PMTiles." in result.output
33
34
35@mock.patch("rio_pmtiles.scripts.cli.rasterio")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…