pydanny / simplicity

A straightforward and opinionated cookiecutter template for building Python packages. Inspired by Audrey Roy Greenfeld's seminal work on Cookiecutter and the cookiecutter-pypackage template.
11 stars 3 forks source link

Simplicity 4 regression tests #12

Closed JanAdamiak closed 11 months ago

JanAdamiak commented 11 months ago

This adds regression tests for all the pathways. Each test is followed by a teardown function to clean-up the working directory. Also added a GitHub Action that will run the test suite on both Ubuntu and Windows on each pull request.

JanAdamiak commented 11 months ago

@pydanny Let me know if there is anything missing in this PR!

I haven't tested the GitHub Action but fingers crossed should work :)

pydanny commented 11 months ago

Your PR looks great! Running it through the paces now!

pydanny commented 11 months ago

Great job! Just reviewed it and left some comments.

JanAdamiak commented 11 months ago

Thanks! I've fixed all of the comments.