summaryrefslogtreecommitdiff
path: root/tests/test_collector.py
Commit message (Collapse)AuthorAgeFilesLines
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Use the new class nameNed Batchelder2015-07-271-1/+1
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Re-use CheckUniqueFilenames for test_collector.pyNed Batchelder2015-02-081-19/+10
|
* For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix ↵Ned Batchelder2014-12-121-1/+1
| | | | them.
* Move lots of initing to _init, so we can tweak settings before starting.Ned Batchelder2014-10-101-3/+2
|
* Now I can use tuples with startswith and endswith.Ned Batchelder2013-10-191-1/+1
| | | | | --HG-- branch : 4.0
* Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-1/+0
| | | | | --HG-- branch : 4.0
* Make everything work on py2.3 again (for the last time).Ned Batchelder2013-10-051-0/+1
|
* Tests for debug tracing features.Ned Batchelder2013-09-121-1/+4
|
* Make the should_trace_cache test a little more bullet-proof.Ned Batchelder2013-09-081-1/+8
|
* A test that the collector is using the should_trace_cache properly.Ned Batchelder2013-09-081-0/+47