Package translate :: Package convert :: Module test_pot2po :: Class TestPOT2POCommand
[hide private]
[frames] | no frames]

Class TestPOT2POCommand

source code

test_convert.TestConvertCommand --+
                                  |
                     TestPOT2PO --+
                                  |
                                 TestPOT2POCommand

Tests running actual pot2po 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 TestPOT2PO: convertpot, singleunit, test_convertpot_blank, test_convertpot_blank_plurals, test_empty_commentlines, test_header_initialisation, test_merging_automatic_comments_dont_duplicate, test_merging_automatic_comments_new_overides_old, test_merging_comments, test_merging_comments_with_blank_comment_lines, test_merging_location_ambiguous_with_disambiguous, test_merging_location_and_whitespace_change, test_merging_location_change, test_merging_messages_marked_fuzzy, test_merging_msgid_with_msgidcomment, test_merging_msgidcomments, test_merging_new_before_obsolete, test_merging_obsoleting_messages, test_merging_plurals, test_merging_plurals_with_fuzzy_matching, test_merging_resurect_obsolete_messages, test_merging_resurect_obsolete_messages_into_msgidcomment, test_merging_simple, test_merging_typecomments, test_not_obsoleting_empty_messages, wtest_merging_accelerator_changes, xtest_lines_cut_differently, xtest_merging_msgid_change

Class Variables [hide private]
  convertmodule
convert Gettext PO templates (.pot) to PO localization files, preserving existing translations

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 templates (.pot) to PO localization files, preserving existing translations

See: http://translate.sourceforge.net/wiki/toolkit/pot2po for examples and usage instructions

Value:
translate.convert.pot2po