datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
80 stars 12 forks source link

Add testing action item to PR template #368

Closed hancush closed 1 month ago

hancush commented 2 months ago

Overview

See title.

I also added the following language to the project plan template:

Also consider: Does this project need tests? We prefer to test important core behavior, rather than writing unit tests. If you are creating a website, will it behave differently given certain input data and/or real world conditions, like time of day? Does your ETL pipeline perform complicated transformations on input data? Your project might benefit from testing.

Testing Instructions