mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-25 23:16:23 +02:00
Close #98: copy license file to icon collection.
This commit is contained in:
parent
968addff4b
commit
1f4fb66c85
6 changed files with 36 additions and 15 deletions
|
@ -104,13 +104,13 @@ def test_mapcss() -> None:
|
|||
COMMAND_LINES["mapcss"],
|
||||
b"INFO MapCSS 0.2 scheme is written to out/map_machine_mapcss.\n",
|
||||
)
|
||||
out_path: Path = Path("out") / "map_machine_mapcss"
|
||||
|
||||
assert (Path("out") / "map_machine_mapcss").is_dir()
|
||||
assert (Path("out") / "map_machine_mapcss" / "icons").is_dir()
|
||||
assert (
|
||||
Path("out") / "map_machine_mapcss" / "icons" / "apple.svg"
|
||||
).is_file()
|
||||
assert (Path("out") / "map_machine_mapcss" / "map_machine.mapcss").is_file()
|
||||
assert out_path.is_dir()
|
||||
assert out_path.is_dir()
|
||||
assert (out_path / "icons" / "apple.svg").is_file()
|
||||
assert (out_path / "map_machine.mapcss").is_file()
|
||||
assert (out_path / "icons" / "LICENSE").is_file()
|
||||
|
||||
|
||||
def test_element() -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue