summaryrefslogtreecommitdiff
path: root/test/test_oddball.py
Commit message (Expand)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-386/+0
* Get rid of import craziness in the tests.Ned Batchelder2012-12-301-3/+2
* Use '# pragma: nested' for lines not covered due to nested coverage.Ned Batchelder2012-12-021-2/+2
* Refactor a bunch of tests to isolate the recursive coverage calls.Ned Batchelder2012-11-291-6/+2
* No longer see a mysterious exception when not able to run code: AttributeErro...Ned Batchelder2012-11-111-0/+1
* If the C tracer is missing during testing, make the problem immediately appar...Ned Batchelder2012-07-071-1/+1
* Add a note to MemoryLeakTest about its difficulties.Ned Batchelder2012-07-041-1/+7
* C trace function now roundtrips properly. Fixes #123 and #125.Ned Batchelder2011-04-271-0/+17
* A fix for bug #123, but it doesn't restore tracing properly yet, still want t...Ned Batchelder2011-04-251-0/+17
* Detect when our trace function is yanked out from under us, and warn the user...Ned Batchelder2010-11-061-1/+48
* The thread-startup dance caused Thread.run() to not be measured. This fixes ...Ned Batchelder2010-08-261-1/+20
* Give this helper function a better name, it's confused me too many times.Ned Batchelder2010-06-211-2/+2
* All tests now use underscore names instead of some having camelCase names.Ned Batchelder2010-06-181-6/+6
* Remove unittest main invocations.Ned Batchelder2010-03-151-5/+0
* version_info is a nicer way to check Python versions than hexversion is.Ned Batchelder2009-12-131-1/+1
* I never liked the assert_ method anyway. Use assertTrue and assertFalse inst...Ned Batchelder2009-12-131-1/+1
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-21/+21
* An attempt to make the memory leak test more predictable, but it might be imp...Ned Batchelder2009-12-011-6/+9
* Although issue #19 was a doctest flaw, it's good to have a test to be sure we...Ned Batchelder2009-11-251-0/+44
* Split the oddball tests into their own file.Ned Batchelder2009-11-251-0/+242