Commit f4662cb1 authored by Michal Čihař's avatar Michal Čihař

Provide more helpful error message from testsuite

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 74ac4080
......@@ -232,7 +232,11 @@ class VerifyPluralsTest(TestCase):
language.code,
language.pluralequation
),
data.PLURAL_UNKNOWN
data.PLURAL_UNKNOWN,
'Can not guess plural type for {0} ({1})'.format(
language.code,
language.pluralequation
)
)
def test_equation(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment