summaryrefslogtreecommitdiff
path: root/tests/bug_gc.py
Commit message (Collapse)AuthorAgeFilesLines
* All unit test modules have a test_ prefixDaniele Varrazzo2011-10-191-57/+0
| | | | Both for consistency and for test discovery.
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-181-3/+11
|\ | | | | | | | | | | Conflicts: tests/bug_gc.py tests/types_extras.py
| * Skip GC bug test if uuid is not availableDaniele Varrazzo2011-01-181-3/+11
| |
* | Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-0/+22
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: NEWS-2.3 tests/__init__.py tests/test_lobject.py tests/test_quote.py tests/testutils.py
| * Added license to unit testsDaniele Varrazzo2011-01-091-0/+22
| | | | | | | | As the test suite is now part of the source distribution.
* | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-6/+2
|/ | | | | | Dropped cyclic import from modules to tests: they were only working because a second copy of the package was found in the project dir. Use relative import so that 2to3 can do a good conversion.
* Added test for refcounting/gc bug reported by Michael TharpFederico Di Gregorio2010-04-081-0/+31