Package translate :: Package storage :: Module test_oo :: Class TestOO
[hide private]
[frames] | no frames]

Class TestOO

source code

Instance Methods [hide private]
 
setup_method(self, method) source code
 
teardown_method(self, method) source code
 
ooparse(self, oosource)
helper that parses oo source without requiring files
source code
 
ooregen(self, oosource)
helper that converts oo source to oofile object and back
source code
 
test_simpleentry(self)
checks that a simple oo entry is parsed correctly
source code
 
test_simpleentry_quickhelptest(self)
checks that a simple entry with quickhelptext is parsed correctly
source code
 
test_simpleentry_title(self)
checks that a simple entry with title text is parsed correctly
source code
 
test_blankline(self)
checks that a blank line is parsed correctly
source code
 
test_fieldlength(self)
checks that we process the length field correctly
source code
 
test_escapes(self)
checks that we escape properly
source code