summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Paperwork for 5.0a5coverage-5.0a5Ned Batchelder2019-05-075-12/+14
* Clarify the empty context. #796Ned Batchelder2019-05-071-0/+6
* Yup, it worksNed Batchelder2019-05-051-1/+1
* Is this thing on?Ned Batchelder2019-05-051-1/+1
* A .readthedocs.yml fileNed Batchelder2019-05-052-0/+23
* One more line to exclude from coverage measurementNed Batchelder2019-04-301-1/+1
* Docs for new dynamic context techniquesNed Batchelder2019-04-283-5/+22
* Clean up some style in #782, switch_contextNed Batchelder2019-04-282-28/+23
* Fix a few capitalizationsNed Batchelder2019-04-282-3/+3
* Expose switch_context in coverage API (#782)Justas Sadzevičius2019-04-282-0/+127
* Suppress pylint more efficientlyNed Batchelder2019-04-261-13/+12
* Old-style classes can report the test_function name. #797Ned Batchelder2019-04-263-1/+24
* Use pipe symbol to join static and dynamic contextsNed Batchelder2019-04-264-8/+9
* More docs about dynamic contextsNed Batchelder2019-04-212-18/+43
* Prefer assertRaisesRegex to assertRaisesNed Batchelder2019-04-217-25/+47
* Clean up test_plugins.pyNed Batchelder2019-04-211-15/+16
* Clean up unused variablesNed Batchelder2019-04-211-10/+7
* Fix some formatting, and assert should be expected,actualNed Batchelder2019-04-211-29/+43
* Check for skipping tests before super.setUpNed Batchelder2019-04-215-9/+9
* This method should be a function in context.pyNed Batchelder2019-04-212-34/+36
* Don't name new method the same as old attributeNed Batchelder2019-04-205-9/+9
* Thanks, Justas Sadzevičius, for dynamic context pluginsNed Batchelder2019-04-202-0/+4
* Plugin support for dynamic context (#783)Justas Sadzevičius2019-04-205-3/+335
* Merge pull request #790 from blueyed/travisNed Batchelder2019-04-161-3/+9
|\
| * TEST: use original codecov command againDaniel Hahler2019-04-011-1/+1
| * Revert "ci: Travis: remove unnecessary comment"Daniel Hahler2019-04-011-0/+3
| * use codecov-python againDaniel Hahler2019-03-311-1/+2
| * ci: Travis: remove unnecessary commentDaniel Hahler2019-03-311-3/+0
| * ci: Travis: codecov: use codecov-bashDaniel Hahler2019-03-311-2/+1
| * ci: Travis: codecov: disable more features, set nameDaniel Hahler2019-03-311-1/+1
| * ci: Travis: use after_scriptDaniel Hahler2019-03-311-3/+8
| * ci: Travis: test with Python 3.8-devDaniel Hahler2019-03-311-0/+1
* | Remove tox definitions that tox now does by defaultNed Batchelder2019-04-161-17/+0
* | Fix #708: .filename is private, and don't combine over ourselvesNed Batchelder2019-04-155-17/+38
* | Add a set_env.py line for COVERAGE_DEBUGNed Batchelder2019-04-151-0/+1
* | Add a failing test for #708Ned Batchelder2019-04-151-0/+15
* | Improve the docs for combine and [paths]Ned Batchelder2019-04-142-22/+40
* | Explain a bit about the thinking behind the MANIFESTNed Batchelder2019-04-111-0/+5
* | Oops, clean up some unused listcompsNed Batchelder2019-04-091-7/+6
* | A little clean-up from pr #760Ned Batchelder2019-04-093-9/+12
* | A thread stress testNed Batchelder2019-04-091-0/+16
* | Merge pull request #723 from blueyed/fix-702Ned Batchelder2019-04-081-2/+2
|\ \
| * | CoverageSqliteData._file_id: fall back to SELECTDaniel Hahler2019-03-311-2/+2
| |/
* | Merge pull request #760 from Shoobx/fix-coverage-with-threadsNed Batchelder2019-04-081-17/+25
|\ \
| * | Make thread code Py2 compatible.Stephan Richter2019-01-261-8/+14
| * | Use one conenction per thread to avoid tricky race conditions. (The ref count...Stephan Richter2019-01-251-17/+19
* | | Fix formatting, and credit StephanNed Batchelder2019-04-072-31/+41
* | | Merge pull request #765 from Shoobx/fast-sqldata-updateNed Batchelder2019-04-071-45/+122
|\ \ \
| * | | Some cleanup (left from first versions) and localized file path lookup which ...Stephan Richter2019-01-271-18/+11
| * | | Use efficient database queries to combine data. This algorithm is 25-30x fast...Stephan Richter2019-01-261-45/+129
| |/ /