Closed manmartgarc closed 1 year ago
Coverage Report
File Stmts Miss Cover Missing /opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/cloudtile __init__.py 0 0 100% __main__.py 6 0 100% converter.py 57 0 100% ecs.py 78 0 100% geofile.py 125 0 100% s3.py 97 0 100% tippecanoe.py 68 0 100% /opt/hostedtoolcache/Python/3.11.2/x64/lib/python3.11/site-packages/cloudtile/cli __init__.py 55 0 100% parsers.py 72 0 100% TOTAL 558 0 100%
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
133 | 0 :zzz: | 0 :x: | 0 :fire: | 8.179s :stopwatch: |
Description
This PR does the following:
--suffix
optional argument in the CLI to add something to their file name.__main__.py
module before, now a bit more spread over thecli
subpackage; which makes changing it a bit easier.Fixes #35
Type of change
How Has This Been Tested?
Run the existing unit tests with
pytest
and also included new ones for the newly introduced code.Checklist
pyproject.toml
respectively