diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-02-21 18:18:10 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-02-21 18:18:10 (GMT) |
commit | bc499d26a8d27bbc8aae26eb7ad4f3bbff49f34a (patch) | |
tree | eb70771b1d6b6003a3da7042f6f57b45779775ba /Lib/test/test_hash.py | |
parent | 07c65884c635f1d4ea8f5fa8598d4dd091804aba (diff) | |
download | cpython-bc499d26a8d27bbc8aae26eb7ad4f3bbff49f34a.zip cpython-bc499d26a8d27bbc8aae26eb7ad4f3bbff49f34a.tar.gz cpython-bc499d26a8d27bbc8aae26eb7ad4f3bbff49f34a.tar.bz2 |
Actually run the new tests.
Diffstat (limited to 'Lib/test/test_hash.py')
-rw-r--r-- | Lib/test/test_hash.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ def test_main(): HashBuiltinsTestCase, StrHashRandomizationTests, BytesHashRandomizationTests, + MemoryviewHashRandomizationTests, DatetimeDateTests, DatetimeDatetimeTests, DatetimeTimeTests) |