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