cfahlgren1 / Bounce

A Django web application that uses MapBox to show thousands of outdoor basketball courts all around the United States
https://bouncemap.com
19 stars 9 forks source link

Add tests in Django #4

Open cfahlgren1 opened 4 years ago

cfahlgren1 commented 4 years ago

Add tests for CI/CD Pipeline for API, Model,End to End testing with cypress.io Use django-nose or coverage to track testing coverage

johnckealy commented 4 years ago

Hi, I'd be down to take this one if that's okay? I'll write as many tests as I can; though there'll always be more add.

Also getting some errors setting up the dev environment. +1 for writing that setup guide :)

cfahlgren1 commented 4 years ago

Yes, for sure. One of the main things before the majority of development can be done is adding tests. What errors are you getting? The hard part is setting up the Geodjango libraries. The project setup follows https://realpython.com/location-based-app-with-geodjango-tutorial/ almost step for step.