Ejemplo n.º 1
0
def test_check_if_user_exist_unknown_user():
    test_config = DITICConfig()
    test_config.email_to_user = {
        '*****@*****.**': 'Vapi',
        '*****@*****.**': 'Alex',
    }
    response = test_config.check_if_user_exist('Gina')
    assert response == False