summaryrefslogtreecommitdiff
path: root/tests/test_oddball.py
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade most dependenciesNed Batchelder2018-05-051-9/+0
|
* Private attributes should be indicatedNed Batchelder2018-03-131-1/+1
|
* Update URLs so link-checker doesn't spew red.Ned Batchelder2017-06-141-1/+1
|
* Properly round-trip the trace function even when not measuring coverage. #575Ned Batchelder2017-05-021-27/+30
|
* Add to gettrace/settrace test to be sure it's re-establishedNed Batchelder2017-04-301-1/+3
|
* Get rid of an unnecessary methodNed Batchelder2017-02-101-1/+2
|
* Get rid of some unused code pathsNed Batchelder2017-01-201-11/+7
|
* More-precise no-coverage pragmasNed Batchelder2017-01-191-1/+1
|
* No test failures on JythonNed Batchelder2017-01-181-0/+10
| | | | One or two of these are questionable accommodations, but there are no failures.
* The ram test has always been flaky. Mark it as such.Ned Batchelder2017-01-181-0/+2
|
* A cleaner way to exclude Jython concerns from meta-coverage.Ned Batchelder2017-01-161-1/+1
|
* Reporting doesn't work on Jython, so don't run reporting tests there.Ned Batchelder2017-01-141-0/+3
|
* Tweak some coverage pragmasNed Batchelder2017-01-111-6/+6
|
* The PyPy-specific test for atexit/gettrace are also PyPy-version-specific...Ned Batchelder2016-12-311-2/+2
|
* Don't run the atexit-gettrace test during metacovNed Batchelder2016-12-311-0/+3
|
* Add a test of the atexit/gettrace behaviorNed Batchelder2016-12-311-0/+31
|
* A test that isn't used yet, to test the refcount problem fixed this morningNed Batchelder2016-12-291-0/+37
|
* More-accurate pragmasNed Batchelder2016-11-291-2/+2
|
* Optionally use pytest as the test runnerNed Batchelder2016-11-011-1/+2
|
* Fix settrace(py_func). #436.Ned Batchelder2015-11-011-0/+40
|
* Protect ourselves from mock'ed os. #416Ned Batchelder2015-10-061-0/+36
|
* Prevent pyexpat.c from being recorded as source code. #419Ned Batchelder2015-10-031-0/+8
|
* Pragmas for metacoverageNed Batchelder2015-08-301-1/+1
|
* Fix 'filename' to be 'file name' in English.Ned Batchelder2015-08-201-1/+1
|
* Use the new class nameNed Batchelder2015-07-271-4/+4
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* is better thanNed Batchelder2015-07-141-1/+1
|
* More reworking of the data apiNed Batchelder2015-07-121-11/+9
|
* Coverage._harvest_data is now Coverage.get_dataNed Batchelder2015-07-111-2/+2
|
* Python 2.6Ned Batchelder2015-07-111-2/+3
|
* If __file__ disagrees with the frame, use the frame info. Fixes #380.Ned Batchelder2015-07-111-0/+31
|
* Pep8 fixes.Ned Batchelder2015-02-191-27/+27
|
* Vertical importsNed Batchelder2015-02-091-1/+3
|
* For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix ↵Ned Batchelder2014-12-121-3/+3
| | | | them.
* A few more metacov clean upsNed Batchelder2014-09-281-1/+1
|
* More things we don't need with the latest versionsNed Batchelder2014-09-201-34/+32
|
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-211-10/+11
|
* We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-191-37/+36
|
* Improve the memory leak test, so it doesn't give us so many false negatives.Ned Batchelder2013-09-171-17/+31
|
* Tweaks to Matt's merged pull request.Ned Batchelder2013-04-211-5/+4
|
* Removed redundant code; Changed a setup.py test to ensure that the proper ↵desmaj2013-03-181-1/+4
| | | | setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-2/+2
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+386
package.