joelansbro / pipeline

API Pipeline DB middleware
2 stars 0 forks source link

Create a test folder and create basic function tests via Pytest #27

Open joelansbro opened 2 years ago

joelansbro commented 2 years ago

It is an essential part of software development to create test functions alongside my code, to ensure that code works correctly. This is also a good thing to do for work,

This guide will be useful as it covers pytest alongside a flask application: https://testdriven.io/blog/modern-tdd/ So we can run through the practices and then head straight into adding it into our project if we wish