def test_advanced_feature4():
    step_1()
    step_2()
    verify_test_results()
Exemple #2
0
def test_user_settings_2():
    step_1()
    step_2()
    verify_test_results()
Exemple #3
0
def test_main_feature2():
    step_1()
    step_2()
    verify_test_results()
Exemple #4
0
def test_admin_settings_2():
    step_1()
    step_2()
    verify_test_results()
Exemple #5
0
def test_main_feature1(random_int_fixture):
    step_1()
    step_2()
    number: int = multiply_by_2(random_int_fixture)
    verify_test_results(number)