ethanmsl / incarnate

Skeleton Repo Incarnate-er (simple carnation process)
4 stars 0 forks source link

All of the Default Skeleton functions should be tested #2

Closed ethanmsl closed 8 months ago

ethanmsl commented 1 year ago

as title Tests should be near 100% (program entry point may not be reasonable to test and shouldn't be forced artificially). Currently test cov is ~48% This will also help with documenting more testing syntax (e.g. use of conftest file and fixtures)

ethanmsl commented 1 year ago

Note: the skeleton repo will likely be moved to a separate repo and sub-moduled in this one (in order to play nice with macro code and wrap template into binary for speed purposes).

If that happens before this comment is addressed then the comment will be closed here with a note to move.

ethanmsl commented 8 months ago

Vary basic testing has been implemented. (The functions are very basic example behavior functions.)

Some examples to specifically demonstrate testing methods would be a good feature -- but that's an enhancement issue for the template repo, not the template populator repo (this one)