class documentation
class ApartmentTests(APITestCase, TestCase):
This is Apartment test class.
Class Method | set |
This is setUp class method to populate the database |
Method | test |
Ensure that we can create a new Apartment Object |
Method | test |
Ensure we can delete an Apartment Object |
Method | test |
Ensure that we can search Apartments with the given search parameters |
Method | test |
Ensure that we are retrieve an apartment object |
Method | test |
Ensure we can update the Apartment info |