Part of canonical.launchpad.scripts.tests.test_entitlementimport View In Hierarchy
Method | setUp | Setup the test environment and retrieve useful instances. |
Method | tearDown | Teardown the test environment. |
Method | test_manipulateEntitlement | Test creating and updating entitlements. |
Method | test_wrongVersion | Wrong version. |
Method | test_successfulInsert | Successfully insert an entitlement. |
Method | test_insertUsingNonExistentPerson | Attempt to insert using a non-existent person. |
Method | test_omitQuota | Omit the quota and get an error. |
Method | test_omitPerson | Omit the person and get an error. |
Method | test_omitExtId | Omit the ext_id and get an error. |
Method | test_omitEntitlementType | Omit the entitlement_type and get an error. |
Method | test_omitState | Omit the state and get an error. |
Method | test_updateWithInvalidId | Update using an invalid entitlement id. |
Method | test_updateChangingPerson | Changing the person, which isn't allowed. |
Method | _getImporterAndReader | Undocumented |
Method | _testCreate | Undocumented |
Method | _testUpdate | Undocumented |