commit | bc499d26a8d27bbc8aae26eb7ad4f3bbff49f34a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Feb 21 19:18:10 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Feb 21 19:18:10 2012 +0100 |
tree | eb70771b1d6b6003a3da7042f6f57b45779775ba | |
parent | 07c65884c635f1d4ea8f5fa8598d4dd091804aba [diff] [blame] |
Actually run the new tests.
diff --git a/Lib/test/test_hash.py b/Lib/test/test_hash.py index 3de3e8d..a104548 100644 --- a/Lib/test/test_hash.py +++ b/Lib/test/test_hash.py
@@ -212,6 +212,7 @@ HashBuiltinsTestCase, StrHashRandomizationTests, BytesHashRandomizationTests, + MemoryviewHashRandomizationTests, DatetimeDateTests, DatetimeDatetimeTests, DatetimeTimeTests)