Package trac :: Package prefs :: Package tests :: Module functional :: Class RegressionTestTicket11337

Class RegressionTestTicket11337

source code

                       object --+                
                                |                
           unittest.case.TestCase --+            
                                    |            
                   test.TestCaseSetup --+        
                                        |        
 tests.functional.FunctionalTestCaseSetup --+    
                                            |    
tests.functional.FunctionalTwillTestCaseSetup --+
                                                |
                                               RegressionTestTicket11337

Nested Classes

Inherited from tests.functional.FunctionalTwillTestCaseSetup: failureException

Instance Methods
 
runTest(self)
Test for regression of https://trac.edgewall.org/ticket/11337 The language select will be disabled if Babel is not installed and a hint will be shown.
source code

Inherited from tests.functional.FunctionalTestCaseSetup: setUp

Inherited from test.TestCaseSetup: setFixture

Inherited from unittest.case.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __repr__, __str__, addCleanup, addTypeEqualityFunc, assertAlmostEqual, assertAlmostEquals, assertDictContainsSubset, assertDictEqual, assertEqual, assertEquals, assertFalse, assertGreater, assertGreaterEqual, assertIn, assertIs, assertIsInstance, assertIsNone, assertIsNot, assertIsNotNone, assertItemsEqual, assertLess, assertLessEqual, assertListEqual, assertMultiLineEqual, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertNotIn, assertNotIsInstance, assertNotRegexpMatches, assertRaises, assertRaisesRegexp, assertRegexpMatches, assertSequenceEqual, assertSetEqual, assertTrue, assertTupleEqual, assert_, countTestCases, debug, defaultTestResult, doCleanups, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, shortDescription, skipTest, tearDown

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods

Inherited from unittest.case.TestCase: setUpClass, tearDownClass

Class Variables

Inherited from unittest.case.TestCase: longMessage, maxDiff

Properties

Inherited from object: __class__

Method Details

runTest(self)

source code 
Test for regression of https://trac.edgewall.org/ticket/11337 The language select will be disabled if Babel is not installed and a hint will be shown. The text of the hint is dependent on whether the user has TRAC_ADMIN and the message catalogs have been compiled.