[diffoscope] 01/05: tests.conftest: Clarify comment that we reset the locale after each test.
Chris Lamb
chris at chris-lamb.co.uk
Tue Mar 28 19:40:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch experimental
in repository diffoscope.
commit 4916b85e8d5ad4ff94d8eb2fbc58725c419a5333
Author: Chris Lamb <lamby at debian.org>
Date: Tue Mar 28 20:02:54 2017 +0100
tests.conftest: Clarify comment that we reset the locale after each test.
Signed-off-by: Chris Lamb <lamby at debian.org>
---
tests/conftest.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/conftest.py b/tests/conftest.py
index 55fdb0e..063b2d9 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -24,7 +24,7 @@ from diffoscope.progress import ProgressManager
from diffoscope.comparators import ComparatorManager
-# Ensure set_locale fixture runs before all tests.
+# Ensure set_locale fixture runs before each test.
set_locale = pytest.fixture(autouse=True, scope='session')(set_locale)
@pytest.fixture(autouse=True)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the Reproducible-commits
mailing list