summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2016-07-24 18:41:08 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2016-07-24 18:41:08 (GMT)
commitcd28013d003d2ed7fa82ca99909adb590f40c644 (patch)
treed40f3498708240e572b55ee7d5c207ba27683155 /Lib
parent4719ae7567d3218d6e8ab6d729e07c3abbd66800 (diff)
downloadcpython-cd28013d003d2ed7fa82ca99909adb590f40c644.zip
cpython-cd28013d003d2ed7fa82ca99909adb590f40c644.tar.gz
cpython-cd28013d003d2ed7fa82ca99909adb590f40c644.tar.bz2
Reindented Lib/test/datetimetester.py.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/datetimetester.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/datetimetester.py b/Lib/test/datetimetester.py
index bb0dae5..0abba44 100644
--- a/Lib/test/datetimetester.py
+++ b/Lib/test/datetimetester.py
@@ -1726,7 +1726,7 @@ class TestDateTime(TestDate):
# Positional fold:
self.assertRaises(TypeError, self.theclass,
2000, 1, 31, 23, 59, 59, 0, None, 1)
-
+
def test_hash_equality(self):
d = self.theclass(2000, 12, 31, 23, 30, 17)
e = self.theclass(2000, 12, 31, 23, 30, 17)
@@ -4254,7 +4254,7 @@ class TestLocalTimeDisambiguation(unittest.TestCase):
t.replace(1, 1, 1, None, 1)
with self.assertRaises(TypeError):
dt.replace(1, 1, 1, 1, 1, 1, 1, None, 1)
-
+
def test_comparison(self):
t = time(0)
dt = datetime(1, 1, 1)