Trees | Indices | Help |
|
---|
|
1 #!/usr/bin/env python 2 3 from translate.convert import po2moz 4 from translate.convert import test_convert 5 810 """Tests running actual po2moz commands on files""" 11 convertmodule = po2moz 12 defaultoptions = {"progress": "none"} 132215 """tests getting help""" 16 options = test_convert.TestConvertCommand.test_help(self) 17 options = self.help_check(options, "-t TEMPLATE, --template=TEMPLATE") 18 options = self.help_check(options, "-l LOCALE, --locale=LOCALE") 19 options = self.help_check(options, "--clonexpi=CLONEXPI") 20 options = self.help_check(options, "--fuzzy") 21 options = self.help_check(options, "--nofuzzy", last=True)
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Sep 23 13:51:29 2008 | http://epydoc.sourceforge.net |