summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_datetime_safe.py
AgeCommit message (Collapse)Author
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-22Fixed #23998 -- Added datetime.time support to migrations questioner.Oscar Ramirez
2013-11-02Fixing E302 ErrorsJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons