codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

Backend Tests #82

Open codyswanner opened 3 months ago

codyswanner commented 3 months ago

Time to formalize this goal to start writing a test suite! Breaking the backend into these parts:

Each module should have urls/routing tested, along with any views, models, and other specialized functionality!