collecting_society_web.tests.integration package

Submodules

collecting_society_web.tests.integration.test_licenser module

class collecting_society_web.tests.integration.test_licenser.TestLicenser[source]

Bases: object

Artist management scenario.

XXXtest_065_create_creation(browser, request_with_registry)[source]

add an creation

XXXtest_080_delete_creation(browser, request_with_registry)[source]

delete an creation

test_010_login_licenser(browser)[source]

login licenser

test_020_navigate_to_repertoire(browser)[source]
test_022_navigate_to_artist_list(browser)[source]
test_024_click_add_artist(browser)[source]
test_026_create_artist(browser)[source]

add a solo artist

test_030_click_edit_artist(browser)[source]
test_035_edit_artist(browser)[source]

edit first artist

test_040_navigate_to_artist_list(browser)[source]
test_042_click_add_artist(browser)[source]
test_044_create_artist(browser)[source]

add another solo artist

test_050_navigate_to_artist_list_again(browser)[source]
test_052_click_add_artist_again(browser)[source]
test_055_create_group_artist(browser)[source]

add a group artist

test_060_navigate_to_creations(browser)[source]
test_062_click_add_creation(browser)[source]
test_090_navigate_to_artist_list_again(browser)[source]
test_091_navigate_to_created_artist(browser)[source]
test_092_delete_artist(browser)[source]

delete an artist

test_095_logout(browser)[source]

log user out

collecting_society_web.tests.integration.test_licenser.web_user(create_web_user)[source]

collecting_society_web.tests.integration.test_web_user module

class collecting_society_web.tests.integration.test_web_user.TestWebUser[source]

Bases: object

User registration scenario.

test_010_registration(browser)[source]

registration registers user

test_020_login_before_validation(browser)[source]

login before validation fails

test_030_validate_user_registration(browser)[source]

validate user registration succeeds and logs user in

test_040_logout(browser)[source]

logout logs user out

test_050_login_with_wrong_credentials(browser)[source]

login with wrong credentials fails

test_060_login_with_right_credentials(browser)[source]

login with right credentials logs user in

Module contents