ac-i2i-engineering / access-amherst

An web app to connect Amherst College students to events in a more convenient, intimate, and diverse way! https://amherst-connect.com/
https://ac-i2i-engineering.github.io/access-amherst/
MIT License
1 stars 1 forks source link

pytest actions setup and introduction of suite of unit tests #22

Closed DhyeyMavani2003 closed 4 weeks ago

DhyeyMavani2003 commented 1 month ago

This pull request includes several changes to improve the testing framework and workflow for the access_amherst_backend project. The most important changes include renaming the Django CI workflow, updating the test jobs, adding a new test file for RSS fetching, and configuring pytest for the Django project.

Improvements to CI/CD workflow:

Enhancements to testing framework: