class documentation
class FlatTests(APITestCase, TestCase):
This is Flat test class.
Class Method | set |
This is setUp class method to populate the database |
Method | test |
Ensure we can create a new Flat object. |
Method | test |
Ensure we can delete a flat object. |
Method | test |
Ensure that we can search a flat with given search paramaters |
Method | test |
Ensure we can fetch a flat object. |
Method | test |
Ensure we can update a flat object. |