Newt-Tea / eMarket-MSU-Intro-to-SE_Group1

A Self Hosted E-Commerce Website built with Django python and SQLite database
1 stars 0 forks source link

Django Workflow #64

Closed Newt-Tea closed 19 hours ago

Newt-Tea commented 1 day ago

Retrying the Django Workflow now that we have tests.py set up. I also included a requirements.py that would need to be updated if we add any dependencies to the project

Newt-Tea commented 1 day ago

Added Automatic Testing based on tests.py. If testing fails it will prevent merging until resolved.