dearborn-coding-club / website-base-backend

A backend API project for the dearborn-coding-club Meetup group.
https://api.dearborncodingclub.com
1 stars 3 forks source link

Add first test; start linting #82

Closed MgenGlder closed 1 month ago

MgenGlder commented 1 month ago

Summary

Context

It would be nice to have the test harness working, so we can integrate testing as part of our deployment flow. Right now I'm implementing that using Django's built-in framework. There's only 1 test for now, but we can improve upon it in future PRs. I'd also love to have this be part of CI so we gate merges on passing tests and linters.

Examples

You can run the test using the command ./manage.py test and it should pass.