instiapp-api icon indicating copy to clipboard operation
instiapp-api copied to clipboard

Complete Coverage for Communities with Tests

Open SanskarGosavi2003 opened this issue 1 year ago • 0 comments

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

  1. Take reference from the pre existing tests.

To make sure

  1. The format of the new tests should be similar to the already existing ones
  2. Keep the code clean
  3. Code formatting should be taken into account

SanskarGosavi2003 avatar Dec 09 '23 12:12 SanskarGosavi2003