Package translate :: Package convert :: Module test_po2csv :: Class TestPO2CSVCommand
[hide private]
[frames] | no frames]

Class TestPO2CSVCommand

source code

test_convert.TestConvertCommand --+
                                  |
                     TestPO2CSV --+
                                  |
                                 TestPO2CSVCommand

Tests running actual po2csv commands on files

Instance Methods [hide private]
 
test_help(self)
tests getting help
source code

Inherited from test_convert.TestConvertCommand: cleardir, create_testfile, get_testfilename, help_check, open_testfile, read_testfile, run_command, setup_method, teardown_method

Inherited from TestPO2CSV: csv2po, po2csv, singleelement, test_empties, test_escapedescape, test_escapednewlines, test_escapedquotes, test_escapedtabs, test_kdecomments, test_multiline, test_simpleentity, test_singlequotes

Class Variables [hide private]
  convertmodule
convert Gettext PO localization files to Comma-Separated Value (.csv) files

Inherited from test_convert.TestConvertCommand: defaultoptions

Method Details [hide private]

test_help(self)

source code 

tests getting help

Overrides: test_convert.TestConvertCommand.test_help

Class Variable Details [hide private]

convertmodule

convert Gettext PO localization files to Comma-Separated Value (.csv) files

see: http://translate.sourceforge.net/wiki/toolkit/po2csv for examples and usage instructions

Value:
translate.convert.po2csv