ManderaGeneral / generalpackager

Tools to interface GitHub, PyPI, NPM and local modules / repos. Used for generating files to keep projects dry and synced. Tailored for ManderaGeneral for now.
https://pypi.org/project/generalpackager/
Apache License 2.0
0 stars 0 forks source link

Seperate external API testing, still define in same place but mock? #82

Open Mandera opened 1 year ago

Mandera commented 1 year ago

Issue is that unittests for packager takes too long.

These API tests could be run continuously somehow, separated from normal unittests. Would still want to define them with the unittests to prevent coupling but with a decorator or something. Use mock in unittests instead.

Mandera commented 1 year ago

ManderaGeneral/generalpackager#28 is related