summaryrefslogtreecommitdiff
path: root/tests/memleak.py
AgeCommit message (Collapse)AuthorFilesLines
2009-07-17tests: First work on the new testsuite.Julian Andres Klode1-46/+0
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_.
2009-04-19* Update the code to use the new classes.Julian Andres Klode1-4/+4
2008-05-16Fix spaces adjacent to commas and operators, to conform with PEP 8.Ben Finney1-2/+2
2008-05-16Fix code indentation to 4 spaces, to conform with PEP 8.Ben Finney1-27/+27
2008-05-16Remove trailing whitespace.Ben Finney1-1/+1
2006-10-02* progress.cc:Michael Vogt1-5/+9
- fix memleak in progress.cc * tests/memleak.py: - uncomment the mem-leak code * doc/examples/sources.py: - improved the example
2006-01-11* added memleak.py in testsMichael Vogt1-0/+42