Beispiel #1
0
def test_custom_welcome_page(pyramid_request):
    result = help_.custom_onboarding_page({}, pyramid_request)
    assert not result["is_help"]
    assert result["is_onboarding"]
Beispiel #2
0
def test_custom_welcome_page(pyramid_request):
    result = help.custom_onboarding_page({}, pyramid_request)
    assert not result['is_help']
    assert result['is_onboarding']