Package translate :: Package storage :: Module test_monolingual :: Class TestMonolingualStore
[hide private]
[frames] | no frames]

Class TestMonolingualStore

source code

test_base.TestTranslationStore --+
                                 |
                                TestMonolingualStore
Known Subclasses:

Nested Classes [hide private]
  StoreClass
Base class for stores for multiple translation units of type UnitClass.
Instance Methods [hide private]
 
test_translate(self)
Tests the translate method and non-ascii characters.
source code
 
test_markup(self)
Tests that markup survives the roundtrip.
source code
 
test_nonascii(self) source code

Inherited from test_base.TestTranslationStore: check_equality, reparse, setup_method, teardown_method, test_add, test_create_blank, test_files, test_find, test_parse, test_save

Method Details [hide private]

test_translate(self)

source code 

Tests the translate method and non-ascii characters.

Overrides: test_base.TestTranslationStore.test_translate
(inherited documentation)

test_markup(self)

source code 

Tests that markup survives the roundtrip. Most usefull for xml types.

Overrides: test_base.TestTranslationStore.test_markup
(inherited documentation)

test_nonascii(self)

source code 
Overrides: test_base.TestTranslationStore.test_nonascii