class documentation

class RelativeDeltaTest(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method test15thISOYearWeek Undocumented
Method testAbsoluteAddition Undocumented
Method testAbsoluteValueNegative Undocumented
Method testAbsoluteValuePositive Undocumented
Method testAddition Undocumented
Method testAdditionFloatFractionals Undocumented
Method testAdditionFloatValue Undocumented
Method testAdditionInvalidType Undocumented
Method testAdditionToDatetime Undocumented
Method testAdditionUnsupportedType Undocumented
Method testAddMoreThan12Months Undocumented
Method testAddNegativeMonths Undocumented
Method testAddTimedeltaToPopulatedRelativeDelta Undocumented
Method testAddTimedeltaToUnpopulatedRelativedelta Undocumented
Method testBoolean Undocumented
Method testComparison Undocumented
Method testDivision Undocumented
Method testDivisionUnsupportedType Undocumented
Method testHashable Undocumented
Method testInequalityTypeMismatch Undocumented
Method testInequalityUnsupportedType Undocumented
Method testInequalityWeekdays Undocumented
Method testInheritance Undocumented
Method testInvalidYearDay Undocumented
Method testJohnAge Undocumented
Method testJohnAgeWithDate Undocumented
Method testLastDayOfFebruary Undocumented
Method testLastDayOfFebruaryLeapYear Undocumented
Method testLastFridayInThisMonth Undocumented
Method testMillenniumAge Undocumented
Method testMonthEndMonthBeginning Undocumented
Method testMonthEndMonthBeginningLeapYear Undocumented
Method testMonthOverflow Undocumented
Method testMonthsOfDiffNumOfDays Undocumented
Method testMonthsOfDiffNumOfDaysWithYears Undocumented
Method testMultiplication Undocumented
Method testMultiplicationUnsupportedType Undocumented
Method testNextFriday Undocumented
Method testNextFridayInt Undocumented
Method testNextMonth Undocumented
Method testNextMonthPlusOneWeek Undocumented
Method testNextMonthPlusOneWeek10am Undocumented
Method testNextMonthPlusOneWeek10amDiff Undocumented
Method testNextWednesdayIsToday Undocumented
Method testNextWednesdayNotToday Undocumented
Method testNonLeapYearDay Undocumented
Method testOneMonthBeforeOneYear Undocumented
Method testRelativeDeltaFractionalAbsolutes Undocumented
Method testRelativeDeltaFractionalDays Undocumented
Method testRelativeDeltaFractionalHours Undocumented
Method testRelativeDeltaFractionalMinutes Undocumented
Method testRelativeDeltaFractionalMonth Undocumented
Method testRelativeDeltaFractionalNegativeDays Undocumented
Method testRelativeDeltaFractionalNegativeOverflow Undocumented
Method testRelativeDeltaFractionalPositiveOverflow Undocumented
Method testRelativeDeltaFractionalPositiveOverflow2 Undocumented
Method testRelativeDeltaFractionalRepr Undocumented
Method testRelativeDeltaFractionalSeconds Undocumented
Method testRelativeDeltaFractionalWeeks Undocumented
Method testRelativeDeltaFractionalYear Undocumented
Method testRelativeDeltaInvalidDatetimeObject Undocumented
Method testRelativeDeltaNormalizeFractionalDays Undocumented
Method testRelativeDeltaNormalizeFractionalDays2 Undocumented
Method testRelativeDeltaNormalizeFractionalMinutes Undocumented
Method testRelativeDeltaNormalizeFractionalSeconds Undocumented
Method testRelativeDeltaRepr Undocumented
Method testRightAdditionToDatetime Undocumented
Method testRightSubtractionFromDatetime Undocumented
Method testSubractionWithDatetime Undocumented
Method testSubtraction Undocumented
Method testSubtractionInvalidType Undocumented
Method testSubtractionUnsupportedType Undocumented
Method testWeeks Undocumented
Method testYearDay Undocumented
Method testYearDayBug Undocumented
Class Variable now Undocumented
Class Variable today Undocumented
def test15thISOYearWeek(self): (source)

Undocumented

def testAbsoluteAddition(self): (source)

Undocumented

def testAbsoluteValueNegative(self): (source)

Undocumented

def testAbsoluteValuePositive(self): (source)

Undocumented

def testAddition(self): (source)

Undocumented

def testAdditionFloatFractionals(self): (source)

Undocumented

def testAdditionFloatValue(self): (source)

Undocumented

def testAdditionInvalidType(self): (source)

Undocumented

def testAdditionToDatetime(self): (source)

Undocumented

def testAdditionUnsupportedType(self): (source)

Undocumented

def testAddMoreThan12Months(self): (source)

Undocumented

def testAddNegativeMonths(self): (source)

Undocumented

def testAddTimedeltaToPopulatedRelativeDelta(self): (source)

Undocumented

def testAddTimedeltaToUnpopulatedRelativedelta(self): (source)

Undocumented

def testBoolean(self): (source)

Undocumented

def testComparison(self): (source)

Undocumented

def testDivision(self): (source)

Undocumented

def testDivisionUnsupportedType(self): (source)

Undocumented

def testHashable(self): (source)

Undocumented

def testInequalityTypeMismatch(self): (source)

Undocumented

def testInequalityUnsupportedType(self): (source)

Undocumented

def testInequalityWeekdays(self): (source)

Undocumented

def testInheritance(self): (source)

Undocumented

def testInvalidYearDay(self): (source)

Undocumented

def testJohnAge(self): (source)

Undocumented

def testJohnAgeWithDate(self): (source)

Undocumented

def testLastDayOfFebruary(self): (source)

Undocumented

def testLastDayOfFebruaryLeapYear(self): (source)

Undocumented

def testLastFridayInThisMonth(self): (source)

Undocumented

def testMillenniumAge(self): (source)

Undocumented

def testMonthEndMonthBeginning(self): (source)

Undocumented

def testMonthEndMonthBeginningLeapYear(self): (source)

Undocumented

def testMonthOverflow(self): (source)

Undocumented

def testMonthsOfDiffNumOfDays(self): (source)

Undocumented

def testMonthsOfDiffNumOfDaysWithYears(self): (source)

Undocumented

def testMultiplication(self): (source)

Undocumented

def testMultiplicationUnsupportedType(self): (source)

Undocumented

def testNextFriday(self): (source)

Undocumented

def testNextFridayInt(self): (source)

Undocumented

def testNextMonth(self): (source)

Undocumented

def testNextMonthPlusOneWeek(self): (source)

Undocumented

def testNextMonthPlusOneWeek10am(self): (source)

Undocumented

def testNextMonthPlusOneWeek10amDiff(self): (source)

Undocumented

def testNextWednesdayIsToday(self): (source)

Undocumented

def testNextWednesdayNotToday(self): (source)

Undocumented

def testNonLeapYearDay(self): (source)

Undocumented

def testOneMonthBeforeOneYear(self): (source)

Undocumented

def testRelativeDeltaFractionalAbsolutes(self): (source)

Undocumented

def testRelativeDeltaFractionalDays(self): (source)

Undocumented

def testRelativeDeltaFractionalHours(self): (source)

Undocumented

def testRelativeDeltaFractionalMinutes(self): (source)

Undocumented

def testRelativeDeltaFractionalMonth(self): (source)

Undocumented

def testRelativeDeltaFractionalNegativeDays(self): (source)

Undocumented

def testRelativeDeltaFractionalNegativeOverflow(self): (source)

Undocumented

def testRelativeDeltaFractionalPositiveOverflow(self): (source)

Undocumented

def testRelativeDeltaFractionalPositiveOverflow2(self): (source)

Undocumented

def testRelativeDeltaFractionalRepr(self): (source)

Undocumented

def testRelativeDeltaFractionalSeconds(self): (source)

Undocumented

def testRelativeDeltaFractionalWeeks(self): (source)

Undocumented

def testRelativeDeltaFractionalYear(self): (source)

Undocumented

def testRelativeDeltaInvalidDatetimeObject(self): (source)

Undocumented

def testRelativeDeltaNormalizeFractionalDays(self): (source)

Undocumented

def testRelativeDeltaNormalizeFractionalDays2(self): (source)

Undocumented

def testRelativeDeltaNormalizeFractionalMinutes(self): (source)

Undocumented

def testRelativeDeltaNormalizeFractionalSeconds(self): (source)

Undocumented

def testRelativeDeltaRepr(self): (source)

Undocumented

def testRightAdditionToDatetime(self): (source)

Undocumented

def testRightSubtractionFromDatetime(self): (source)

Undocumented

def testSubractionWithDatetime(self): (source)

Undocumented

def testSubtraction(self): (source)

Undocumented

def testSubtractionInvalidType(self): (source)

Undocumented

def testSubtractionUnsupportedType(self): (source)

Undocumented

def testWeeks(self): (source)

Undocumented

def testYearDay(self): (source)

Undocumented

def testYearDayBug(self): (source)

Undocumented

Undocumented

today = (source)

Undocumented