class documentation

class OwnerTests(APITestCase):

View In Hierarchy

This is Owner test class.

Method setUp This is a setup function for Owner test class.
Method test_create_owner Ensure we can create a new Owner object.
Method test_delete_owner Ensure we can update a new Owner object.
Method test_search_owner Ensure that we can search an Owner object
Method test_show_owner Ensure we can fetch a new Owner object.
Method test_update_owner Ensure we can update a new Owner object.
def setUp(self):

This is a setup function for Owner test class.

def test_create_owner(self):

Ensure we can create a new Owner object.

def test_delete_owner(self):

Ensure we can update a new Owner object.

def test_search_owner(self):

Ensure that we can search an Owner object

def test_show_owner(self):

Ensure we can fetch a new Owner object.

def test_update_owner(self):

Ensure we can update a new Owner object.