From: Antoine Pitrou Date: Tue, 21 Feb 2012 18:18:10 +0000 (+0100) Subject: Actually run the new tests. X-Git-Tag: v3.3.0a1~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc499d26a8d27bbc8aae26eb7ad4f3bbff49f34a;p=python Actually run the new tests. --- diff --git a/Lib/test/test_hash.py b/Lib/test/test_hash.py index 3de3e8d062..a104548ff9 100644 --- a/Lib/test/test_hash.py +++ b/Lib/test/test_hash.py @@ -212,6 +212,7 @@ def test_main(): HashBuiltinsTestCase, StrHashRandomizationTests, BytesHashRandomizationTests, + MemoryviewHashRandomizationTests, DatetimeDateTests, DatetimeDatetimeTests, DatetimeTimeTests)