Package translate :: Package storage :: Module test_xliff :: Class TestXLIFFUnit
[hide private]
[frames] | no frames]

Class TestXLIFFUnit

source code

test_base.TestTranslationUnit --+
                                |
                               TestXLIFFUnit
Known Subclasses:

Nested Classes [hide private]
  UnitClass
A single term in the xliff file.
Instance Methods [hide private]
 
test_isfuzzy(self)
The default behaviour for XLIFF is different, so we adapt the test from test_base.py
source code
 
test_markreview(self)
Tests if we can mark the unit to need review.
source code
 
test_errors(self)
Tests that we can add and retrieve error messages for a unit.
source code

Inherited from test_base.TestTranslationUnit: setup_method, test_create, test_difficult_escapes, test_eq, test_escapes, test_note_sanity, test_target

Method Details [hide private]

test_isfuzzy(self)

source code 

The default behaviour for XLIFF is different, so we adapt the test from test_base.py

Overrides: test_base.TestTranslationUnit.test_isfuzzy