Package pytils :: Package test :: Module test_numeral :: Class GetFloatRemainderTestCase
[hide private]

Class GetFloatRemainderTestCase

source code

       object --+    
                |    
unittest.TestCase --+
                    |
                   GetFloatRemainderTestCase

Test case for pytils.numeral._get_float_remainder

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
testFloatRemainder(self)
Unit-test for _get_float_remainder
source code
 
testFloatRemainderExceptions(self)
Unit-test for testing _get_float_remainder's exceptions
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__