summaryrefslogtreecommitdiff
path: root/tests/test_hashes.py
AgeCommit message (Collapse)AuthorFilesLines
2014-01-05make test_pep8.py passMichael Vogt1-1/+1
2011-04-06all: Fix all instances of ResourceWarning about unclosed filesJulian Andres Klode1-1/+6
2009-07-23tests: Prefix all docstring with the name of the file.Julian Andres Klode1-10/+10
2009-07-17tests/test_hashes.py: Add some more tests, especially about unicode.Julian Andres Klode1-0/+20
2009-07-17tests: First work on the new testsuite.Julian Andres Klode1-0/+93
The module tests.test_all will run all available tests. Each test placed herein must be using unittest and provide at least 1 test case. It must be prefixed with test_.