CampusGPT-ai / GAI_Academic_Advising_Assistant_MVP

Open Source Public Repo for collaborative academic advising assistant project
MIT License
1 stars 0 forks source link

Add initial set of backend tests and github action to run on PR #42

Closed martilar closed 4 months ago

martilar commented 4 months ago

I did a small amount of tidying up to make testing/mocking easier but tried to keep this mostly focused on testing as the application is written today. I added code to the noxfile for linting and type-checking as well but haven't added it to the github action or made any changes to address issues that arise, more to enable in the future when we are ready to deal with it.