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

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
  ckDetransl(self, in_, out_)
Checks detranslify
  ckSlug(self, in_, out_)
Checks slugify
  testTransliteration(self)
Unit-test for transliterations
  testTransliterationExceptions(self)
Unit-test for testing translify's exceptions
  testDetransliteration(self)
Unit-test for detransliterations
  testDetransliterationExceptions(self)
Unit-test for testing detranslify's exceptions
  testSlug(self)
Unit-test for slugs
  testSlugExceptions(self)
Unit-test for testing slugify's exceptions
  testTranslifyAdditionalUnicodeSymbols(self)
Unit-test for testing additional unicode symbols
  testSlugifyIssue10(self)
Unit-test for testing that bug#10 fixed

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__


Method Details [hide private]

ckTransl(self, in_, out_)

source code 
Checks translify

ckDetransl(self, in_, out_)

source code 
Checks detranslify

ckSlug(self, in_, out_)

source code 
Checks slugify

testTransliteration(self)

source code 
Unit-test for transliterations

testTransliterationExceptions(self)

source code 
Unit-test for testing translify's exceptions

testDetransliteration(self)

source code 
Unit-test for detransliterations

testDetransliterationExceptions(self)

source code 
Unit-test for testing detranslify's exceptions

testSlug(self)

source code 
Unit-test for slugs

testSlugExceptions(self)

source code 
Unit-test for testing slugify's exceptions

testTranslifyAdditionalUnicodeSymbols(self)

source code 
Unit-test for testing additional unicode symbols

testSlugifyIssue10(self)

source code 
Unit-test for testing that bug#10 fixed