Package translate :: Package filters :: Module test_autocorrect :: Class TestAutocorrect
[hide private]
[frames] | no frames]

Class TestAutocorrect

source code

Instance Methods [hide private]
 
correct(self, msgid, msgstr, expected)
helper to run correct function from autocorrect module
source code
 
test_correct_ellipsis(self)
test that we convert single ...
source code
 
test_correct_spacestart_spaceend(self)
test that we can correct leading and trailing space errors
source code
 
test_correct_start_capitals(self)
test that we can correct the starting capital
source code
 
test_correct_end_punc(self)
test that we can correct end punctuation
source code
Method Details [hide private]

test_correct_ellipsis(self)

source code 

test that we convert single ... to three dots