tests.components.web_page.tests_unit

Tests of the web page API

class tests.components.web_page.tests_unit.TestsWebPageApiGet(methodName='runTest')

Bases: unittest.case.TestCase

test_web_page_get_login(**keywargs)
test_web_page_get_not_in_database_return_none(**keywargs)
test_web_page_get_with_wrong_type_return_none()
class tests.components.web_page.tests_unit.TestsWebPageApiUpsert(methodName='runTest')

Bases: unittest.case.TestCase

test_web_page_upsert_type_does_not_exist()
test_web_page_upsert_type_exist(**keywargs)