pulp_2_tests.tests.python.api_v2.test_crud¶
Location: Pulp 2 Tests → Tests → pulp_2_tests.tests.python.api_v2.test_crud
Tests that CRUD Python repositories.
-
class
pulp_2_tests.tests.python.api_v2.test_crud.CRUDTestCase(*args, **kwargs)¶ Bases:
pulp_smash.pulp2.utils.BaseAPICrudTestCaseTest that one can create, update, read and delete a test case.
-
static
create_body()¶ Return a dict for creating a repository.
-
static
update_body()¶ Return a dict for creating a repository.
-
static