Package translate :: Package filters :: Module test_pofilter :: Class TestPOFilter
[hide private]
[frames] | no frames]

Class TestPOFilter

source code

    object --+    
             |    
BaseTestFilter --+
                 |
                TestPOFilter

Test class for po-specific tests.

Instance Methods [hide private]
 
setup_method(self, method) source code
 
test_msgid_comments(self)
Tests that msgid comments don't feature anywhere.
source code

Inherited from BaseTestFilter: filter, parse_text, test_ignore_if_already_marked, test_isfuzzy, test_isreview, test_list_all_tests, test_non_existant_check, test_preconditions, test_simplefail, test_simplepass, test_test_against_fuzzy, test_test_against_review, test_unicode, test_variables_across_lines

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  filetext = '#: test.c\nmsgid "test"\nmsgstr "rest"\n'
  filename = 'test.po'
Properties [hide private]

Inherited from object: __class__