File diff 5c73c40bccfe → f0dafcaed9e9
tests/test_hooks.py
Show inline comments
...
 
@@ -18,6 +18,7 @@ def test_load_all():
 
    ('Fran Doe-Smith', 'Doe-Smith-Fran'),
 
    ('Alex(Nickname) Smith', 'Smith-Alex'),
 
    ('稲荷', '稲荷'),
 
    ('Pøweł', 'Powel'),
 
])
 
def test_add_entity(payee, expected):
 
    data = {'payee': payee}