Package elisa :: Package core :: Package tests :: Module test_utils_misc :: Class TestMisc

Class TestMisc

source code


Instance Methods
 
test_env_var_explode(self) source code
 
test_env_var_expand(self) source code
 
test_uncamelify(self) source code
 
test_text_from_mappings_valid(self)
Test serialising mappings with a valid input
source code
 
test_text_from_mappings_empty(self)
Test serialising mappings with an empty input
source code
 
test_text_from_mappings_empty_key(self)
Test serialising mappings with an input containing an empty key Expected behaviour is to be very fault tolerant and let strange cases pass.
source code
 
test_text_from_mappings_extra_value(self)
Test serialising mappings with an input containing a triplet
source code
 
test_text_from_mappings_none(self)
Test serialising None object
source code
 
test_mappings_from_text_valid(self)
Test deserialising mappings with a valid input
source code
 
test_mappings_from_text_empty(self)
Test deserialising mappings with an empty input
source code
 
test_mappings_from_text_empty_key(self)
Test deserialising mappings with an input containing an empty key Expected behaviour is to be very fault tolerant and let strange cases pass.
source code
 
test_mappings_from_text_none(self)
Test deserialising None object
source code
 
test_mappings_from_text_multiple(self)
Test deserialising a text with multiple assignments
source code
 
test_text_from_mappings_valid_roundtrip(self)
Test a complete round trip starting with a mappings
source code

Inherited from twisted.trial.unittest.TestCase: __call__, __eq__, __init__, __ne__, addCleanup, callDeprecated, deferRunCleanups, deferSetUp, deferSetUpClass, deferTearDown, deferTearDownClass, deferTestMethod, flushLoggedErrors, flushWarnings, getSkip, getSuppress, getTimeout, getTodo, mktemp, patch, run, runTest, shortDescription, visit

Inherited from twisted.trial.unittest._Assertions: assertAlmostEqual, assertAlmostEquals, assertApproximates, assertEqual, assertEquals, assertFailure, assertFalse, assertIdentical, assertIn, assertIsInstance, assertNot, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertNotIdentical, assertNotIn, assertNotIsInstance, assertNotSubstring, assertRaises, assertSubstring, assertTrue, assertWarns, assert_, fail, failIf, failIfAlmostEqual, failIfAlmostEquals, failIfEqual, failIfEquals, failIfIdentical, failIfIn, failIfIsInstance, failIfSubstring, failUnless, failUnlessAlmostEqual, failUnlessAlmostEquals, failUnlessApproximates, failUnlessEqual, failUnlessEquals, failUnlessFailure, failUnlessFalse, failUnlessIdentical, failUnlessIn, failUnlessIsInstance, failUnlessRaises, failUnlessSubstring, failUnlessTrue, failUnlessWarns

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

Instance Variables

Inherited from twisted.trial.unittest.TestCase: failureException, skip, suppress, timeout, todo

Properties

Inherited from object: __class__