KalleHallden / BookOmatic

GNU General Public License v3.0
370 stars 153 forks source link

CI/CD #39

Open resurrexi opened 4 years ago

resurrexi commented 4 years ago

Considering this is an open source project, what are we using for continuous integration/development? We should probably set up the CI/CD pipeline and choose the testing framework, e.g pytest, tox

brianraila commented 4 years ago

Github Actions works pretty well here. (CI/CD) Someone else can advice on the testing framework.

yasir-khilji-64 commented 4 years ago

Github Actions are good. For testing, either pytest or unittest

Kieran7741 commented 4 years ago

+1 for unittest

robsmithw commented 4 years ago

unittest is the way to go for python test.

yasir-khilji-64 commented 4 years ago

Well let's start the backend dev for it

lilTrigger619 commented 1 year ago

But it seems django already has it's own test module. What do you think?