diff options
Diffstat (limited to 'tests/runtests.py')
-rw-r--r-- | tests/runtests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runtests.py b/tests/runtests.py index a912414..2bb8637 100644 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -7,6 +7,8 @@ import sys import unittest +# force untranslated messages, as we check for them in some tests +os.environ['LC_MESSAGES'] = 'C' # Load tests. if 'TEST_NAMES' in os.environ: |