Commit 89385d17 authored by Michal Čihař's avatar Michal Čihař

Add fuzzy attribute to mock unit

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent c7461bb1
......@@ -72,6 +72,7 @@ class MockUnit(object):
self.flags = flags
self.translation = MockTranslation(code)
self.source = source
self.fuzzy = False
@property
def all_flags(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