We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3120add commit 9d91f12Copy full SHA for 9d91f12
1 file changed
Lib/test/test_tools/test_msgfmt.py
@@ -1,4 +1,12 @@
1
-"""Tests for the Tools/i18n/msgfmt.py tool."""
+"""Tests for the Tools/i18n/msgfmt.py tool.
2
+
3
+Those tests use data files (po and mo) in the msgfmt_data folder.
4
+The mo files can be generated (if the po file changes, or if msgfmt.py
5
+slightly changes its output format) by using the --snapshot-update flag
6
+with this script:
7
8
+ python test_msgfmt.py --snapshot-update
9
+"""
10
11
import filecmp
12
import os
0 commit comments