instiapp-api
instiapp-api copied to clipboard
Complete Coverage for Communities with Tests
Problem Statement
- Currently the tests for communities written in community/test.py do not cover all the API calls.
- Write tests to test all the API calls for communities, this includes all the CRUD operations for community, posts , reactions.
Hints
- Take reference from the pre existing tests.
To make sure
- The format of the new tests should be similar to the already existing ones
- Keep the code clean
- Code formatting should be taken into account