tests.test_api
Tests for cowbird.api
module.
Classes
Test API operations of application. |
Functions
Validate that regardless of response type (success/error) and status-code, metadata details are added. |
Module Contents
- class tests.test_api.TestAPI(methodName='runTest')[source]
Bases:
unittest.TestCase
Test API operations of application.
Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.
- classmethod setUpClass()[source]
Hook method for setting up class fixture before running tests in the class.