Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-05 | make test_pep8.py pass | Michael Vogt | 1 | -1/+1 | |
2011-04-06 | all: Fix all instances of ResourceWarning about unclosed files | Julian Andres Klode | 1 | -1/+6 | |
2009-07-23 | tests: Prefix all docstring with the name of the file. | Julian Andres Klode | 1 | -10/+10 | |
2009-07-17 | tests/test_hashes.py: Add some more tests, especially about unicode. | Julian Andres Klode | 1 | -0/+20 | |
2009-07-17 | tests: First work on the new testsuite. | Julian Andres Klode | 1 | -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_. |