summaryrefslogtreecommitdiff
path: root/tests/test_datetime_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Format using isort/black to satisfy linterBert JW Regeer2020-11-281-0/+1
* Drop object from class definitionBert JW Regeer2020-11-281-1/+1
* parsedate_tz defaults to UTCBert JW Regeer2020-11-281-45/+31
* Remove native_ and move bytes_, text_ to webob.utilBert JW Regeer2020-11-281-1/+1
* WebOb is now formatted by ambv/blackBert JW Regeer2018-10-141-34/+50
* test_datetime_utils.py converted to assert from noseBert JW Regeer2016-04-151-45/+43
* 100% datetime_utils coverageChris McDonough2011-09-211-2/+13
* b -> bytes_Chris McDonough2011-09-201-7/+6
* work towards creating and using 'compat' module and removing syntax errors wh...Chris McDonough2011-09-151-4/+6
* import rfc822 -> import email.utilsSergey Schetinin2011-08-141-2/+2
* add '_now' test hook in datetime_utils [from pycon2011 sprint w/ edits]Sergey Schetinin2011-03-221-7/+6
* This commit aggregates most of the work done at the 2011 PyCon Pyramid sprint...Sergey Schetinin2011-03-221-11/+50
* Add a lot of tests.Sergey Schetinin2011-02-201-0/+78