echemdb / svgdigitizer

(x,y) Data Points from SVG files
https://echemdb.github.io/svgdigitizer/
GNU General Public License v3.0
16 stars 8 forks source link

Move CLI from `__main__.py` to `entrypoint.py` #170

Closed DunklesArchipel closed 1 year ago

DunklesArchipel commented 1 year ago

Checklist

Changes the entry point such that the doctests of the CLI are no longer ignored during testing.

Fixes #161

Dependencies:

DunklesArchipel commented 1 year ago

not sure is __main__.py and entrypoint.py should share the same doctest at the beginning of the document.

saraedum commented 1 year ago

@DunklesArchipel please merge if you agree with the changes here.