class documentation
class InterestedTests(APITestCase, TestCase):
This is Interested test class.
Class Method | set |
This is setUp class method to populate the database |
Method | test |
Ensure we can create a new interested object. |
Method | test |
Ensure we can delete a new interested object. |
Method | test |
Ensure we can fetch a new interested object. |
Method | test |
Ensure we can update a interested object. |