apps.api.tests package¶
Submodules¶
apps.api.tests.test_areas module¶
apps.api.tests.test_device module¶
apps.api.tests.test_device_types module¶
apps.api.tests.test_measurement module¶
- class apps.api.tests.test_measurement.MeasurementTestCase(methodName='runTest')[source]¶
Bases:
rest_framework.test.APITestCase
- classmethod setUpClass() None [source]¶
Hook method for setting up class fixture before running tests in the class.
apps.api.tests.test_reservations module¶
- class apps.api.tests.test_reservations.ReservationTestCase(methodName='runTest')[source]¶
Bases:
rest_framework.test.APITestCase
- classmethod setUpClass()[source]¶
Hook method for setting up class fixture before running tests in the class.
apps.api.tests.test_sensor module¶
- class apps.api.tests.test_sensor.SensorTestCase(methodName='runTest')[source]¶
Bases:
rest_framework.test.APITestCase
- classmethod setUpClass() None [source]¶
Hook method for setting up class fixture before running tests in the class.