summaryrefslogtreecommitdiff
path: root/src/isodate/tests/test_datetime.py
Commit message (Expand)AuthorAgeFilesLines
* - round down microseconds (in case precision is higher)Gerhard Weis2021-12-131-2/+2
* Merge branch 'PR57'Gerhard Weis2021-12-131-26/+0
|\
| * remove the license from testsAlexander Mangin2019-03-271-26/+0
* | white spaceGerhard Weis2021-12-131-74/+124
|/
* Be able to recognize time zones with fractional hoursIgor2017-10-111-0/+10
* whitespaceGerhard Weis2017-07-051-0/+1
* Make parse_datetime raise ISO8601Error if no 'T'Adrian Coveney2014-08-191-3/+9
* make flake happyGerhard Weis2014-02-271-3/+5
* implement unittest2 load_tests protocolGerhard Weis2013-01-251-0/+4
* - round to microseconds in case provided iso date string uses higher precisionGerhard Weis2012-10-301-15/+31
* - fix formatting for microseconds (Jarom Loveridge)Gerhard Weis2012-10-301-2/+10
* * support Python 3Gerhard Weis2012-01-061-0/+110