3 from translate
.convert
import odf2po
4 from translate
.convert
import test_convert
9 class TestODF2POCommand(test_convert
.TestConvertCommand
, TestODF2PO
):
10 """Tests running actual odf2po commands on files"""
11 convertmodule
= odf2po
14 """tests getting help"""
15 options
= test_convert
.TestConvertCommand
.test_help(self
)
16 options
= self
.help_check(options
, "", last
=True)