summaryrefslogtreecommitdiff
path: root/src/isodate/tests/test_duration.py
Commit message (Collapse)AuthorAgeFilesLines
* whitespaceGerhard Weis2017-07-051-0/+1
|
* Removed the unnecessory lines.Ziang Song2015-12-031-3/+0
|
* https://github.com/gweis/isodate/issues/33Ziang Song2015-12-031-0/+7
|
* Add multiplication to durationClaude2015-08-041-0/+59
|
* fixing misspellingGeoffrey Fairchild2015-06-221-1/+1
|
* Duration objects are now hashableGeoffrey Fairchild2015-06-221-0/+17
|
* Fix flake errorsAdrian Coveney2014-08-181-3/+3
|
* make flake happyGerhard Weis2014-02-271-129/+135
|
* Closes #8. Added tests stated in issue #8, but can’t reproduce this error ↵Gerhard Weis2014-02-231-15/+27
| | | | across all tested python versions.
* implement unittest2 load_tests protocolGerhard Weis2013-01-251-0/+4
|
* rename todatetime to totimedelta on Duration.Gerhard Weis2013-01-241-0/+14
| | | | | added some tests for the same function closes #4
* - raise Exception for unsupported operations with duration and date/datetime ↵Gerhard Weis2013-01-241-7/+17
| | | | | | | | objects - store year and month as Decimal in Duration object. - added test cases to support changes closes #2
* * support Python 3Gerhard Weis2012-01-061-0/+479
* moved tests package into isolate package