Overview Description
We would like to add a command to our tests and check if we are frailer-free for message extractions.
found this --dry-run command on the docs, but this does not work and I still see changes to my .pot file.
Steps to Reproduce
- See the CLI help:
$ ./setup.py extract_messages --help
Global options:
--verbose (-v) run verbosely (default)
--quiet (-q) run quietly (turns verbosity off)
--dry-run (-n) don't actually do anything
--help (-h) show detailed help message
Options for 'extract_messages' command:
...
- extract with
--dry-run command.
$ ./setup.py extract_messages --dry-run
Actual Results
# *.pot
-"POT-Creation-Date: 2022-10-12 11:37+0000\n"
+"POT-Creation-Date: 2022-10-14 11:06+0200\n"
Expected Results
don't actually do anything The .pot file should not have been updated or touched.
Additional Information
Please let me know if we have forgotten to add some options, or if its a bug in the code, feel free to ask questions. and thanks in advance.
Overview Description
We would like to add a command to our tests and check if we are frailer-free for message extractions.
found this
--dry-runcommand on the docs, but this does not work and I still see changes to my.potfile.Steps to Reproduce
--dry-runcommand.Actual Results
Expected Results
don't actually do anythingThe.potfile should not have been updated or touched.Additional Information
Please let me know if we have forgotten to add some options, or if its a bug in the code, feel free to ask questions. and thanks in advance.