class documentation
class UserTests(APITestCase, TestCase):
This is User test class.
Class Method | set |
This is setUp class method to populate the database |
Method | test |
Ensure that we can create a user |
Method | test |
Ensure that the user can be deleted |
Method | test |
Ensure that a user can be searched |
Method | test |
Ensure that we are able to retrieve the user details |
Method | test |
Ensure that the user is being updated correctly |