From: Alex Morega Date: Sat, 6 Jul 2013 13:37:47 +0000 (+0200) Subject: test_support also uses os_environ fixture X-Git-Tag: 1.0~93^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18%2Fhead;p=thirdparty%2Fbabel.git test_support also uses os_environ fixture --- diff --git a/tests/test_support.py b/tests/test_support.py index e165434d..303fb3bd 100644 --- a/tests/test_support.py +++ b/tests/test_support.py @@ -18,12 +18,15 @@ import shutil from StringIO import StringIO import tempfile import unittest +import pytest from datetime import date, datetime, timedelta from babel import support from babel.messages import Catalog from babel.messages.mofile import write_mo + +@pytest.mark.usefixtures("os_environ") class TranslationsTestCase(unittest.TestCase): def setUp(self):