module documentation
Tests for twisted.python._tzhelper
.
Class |
|
Tests for FixedOffsetTimeZone . |
Function | add |
Add cleanup hooks to a test case to reset timezone to original value. |
Function | mktime |
Call mktime_real , and if it raises OverflowError , catch it and raise SkipTest instead. |
Function | set |
Set time zone. |
Add cleanup hooks to a test case to reset timezone to original value.
Parameters | |
testunittest.TestCase | the test case to add the cleanup to. |