petroly-initiative / petroly-django

Django version of petroly, this repo currently is the API & backend for the rest of our services
GNU General Public License v3.0
10 stars 5 forks source link

Tests for all Django app #57

Open ammar-faifi opened 2 years ago

ammar-faifi commented 2 years ago

In aim of following the test driven developing methods, we want to implement test for each Django app we have. As an example roommate app has tests for Django related cases as well as GrapghQL cases

The apps:

Good news we just need to implement GraphQL test cases, since those apps are used only from API. Except for rare situations in account app

ammar-faifi commented 2 years ago

we might delay the rest of tests, until we integrate the new API with the front-end

ammar-faifi commented 1 year ago

The new API after updating the base code is done as per #63 and #64

We are looking for any contribution to continue the journey of writing tests