Ejemplo n.º 1
0
def test_users_list():
    test_config = DITICConfig()
    test_config.email_to_user = {
        '*****@*****.**': 'Vapi',
        '*****@*****.**': 'Alex',
    }
    response = test_config.get_users_list()
    assert response == ['Vapi', 'Alex']