CodeForPittsburgh / food-access-map-data

Data for the food access map
MIT License
8 stars 18 forks source link

Add Pytest and related Github Action #63

Closed maxachis closed 3 years ago

maxachis commented 3 years ago

Add Pytest Framework to Github project and set it via Github Actions to run automatically on new commits.

maxachis commented 3 years ago

I'll be following the instructions in this article for how to set up Pytest:

https://www.techiediaries.com/python-unit-tests-github-actions/

maxachis commented 3 years ago

Done. #64