Package pytils :: Package test :: Module test_translit :: Class TranslitTestCase
[hide private]

Class TranslitTestCase

source code

       object --+    
                |    
unittest.TestCase --+
                    |
                   TranslitTestCase

Test case for pytils.translit

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
ckTransl(self, in_, out_)
Checks translify
source code
 
ckDetransl(self, in_, out_)
Checks detranslify
source code
 
ckSlug(self, in_, out_)
Checks slugify
source code
 
testTransliteration(self)
Unit-test for transliterations
source code
 
testTransliterationExceptions(self)
Unit-test for testing translify's exceptions
source code
 
testDetransliteration(self)
Unit-test for detransliterations
source code
 
testDetransliterationExceptions(self)
Unit-test for testing detranslify's exceptions
source code
 
testSlug(self)
Unit-test for slugs
source code
 
testSlugExceptions(self)
Unit-test for testing slugify's exceptions
source code
 
testTranslifyAdditionalUnicodeSymbols(self)
Unit-test for testing additional unicode symbols
source code
 
testSlugifyIssue10(self)
Unit-test for testing that bug#10 fixed
source code
 
testSlugifyIssue15(self)
Unit-test for testing that bug#15 fixed
source code

Inherited from unittest.TestCase: __call__, __init__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription, tearDown

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

Properties [hide private]

Inherited from object: __class__