Open ammar-faifi opened 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
roommate
The apps:
account
evaluation
communities
notifier
telegram_bot
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
we might delay the rest of tests, until we integrate the new API with the front-end
The new API after updating the base code is done as per #63 and #64
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 casesThe apps:
account
: https://github.com/ammar-faifi/petroly-backend/pull/42evaluation
communities
notifier
telegram_bot
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