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 50a543a commit ab3c59bCopy full SHA for ab3c59b
Lib/test/test_tools/test_i18n.py
@@ -167,8 +167,6 @@ def test_output_option(self):
167
with temp_cwd():
168
assert_python_ok(self.script, f'{opt}test')
169
self.assertTrue(os.path.exists('test'))
170
- assert_python_ok(self.script, f'{opt}file.pot')
171
- self.assertTrue(os.path.exists('file.pot'))
172
res = assert_python_ok(self.script, f'{opt}-')
173
self.assertIn(b'Project-Id-Version: PACKAGE VERSION', res.out)
174
0 commit comments