summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Warn if two things change the dynamic context. #901Ned Batchelder2019-12-274-0/+27
|
* Somehow the '[run] dynamic_context' setting wasn't in config.rst?Ned Batchelder2019-12-271-0/+5
|
* Warnings can be marked to only display once.Ned Batchelder2019-12-273-6/+28
|
* More issue template optionsNed Batchelder2019-12-241-0/+16
|
* Use abspath to rc file so that chdir doesn't bork us. #890Ned Batchelder2019-12-234-4/+31
|
* Catch and display expceptions during multiprocessing bootstrap.Ned Batchelder2019-12-232-5/+30
|
* A way to artificially crash coverage, for testing.Ned Batchelder2019-12-233-1/+23
|
* Confirm that run_command will show us both stdout and stderrNed Batchelder2019-12-231-0/+11
|
* All tox work directories are under .toxNed Batchelder2019-12-234-5/+4
|
* Correct orderNed Batchelder2019-12-221-3/+3
|
* Version bumpNed Batchelder2019-12-222-1/+6
|
* Prep for 5.0.1coverage-5.0.1Ned Batchelder2019-12-224-7/+12
|
* Re-order windows CI jobs to get more useful information earlierNed Batchelder2019-12-221-38/+38
|
* Detect when a 4.x data file is being read. #886Ned Batchelder2019-12-223-6/+32
|
* Don't need to check for JSON-era bad-data messages any moreNed Batchelder2019-12-222-15/+0
|
* Tweak some coverage details of switch_context codeNed Batchelder2019-12-223-6/+3
|
* One more adjustment for Python 3.9a2Ned Batchelder2019-12-211-1/+1
|
* bpo 39114 broke 3.9, but maybe it's their bugNed Batchelder2019-12-214-2/+25
|
* Cleanup and changelog for #899 #900Ned Batchelder2019-12-213-46/+57
|
* fix context reporting for relative_filesDavid Szotten2019-12-214-40/+65
| | | | | | fix reporting of contexts when `relative_files = True` fixes #900
* Python 3.9a2 reverted how argv[0] is handledNed Batchelder2019-12-211-1/+0
|
* Workaround issue with relpath on Windows. #895Olivier Grisel2019-12-192-1/+12
|
* Combine test helpers: remove_filesNed Batchelder2019-12-172-9/+9
|
* run --append --concurrency=multiprocessing didn't use a suffix for the main ↵Ned Batchelder2019-12-173-9/+36
| | | | process. #880
* Be clear about the documented parts of the API.Ned Batchelder2019-12-163-0/+12
|
* Readthedocs works better with a branch named 'stable'Ned Batchelder2019-12-141-0/+1
|
* Bump versionNed Batchelder2019-12-142-1/+6
|
* Sample html report for 5.0coverage-5.0Ned Batchelder2019-12-1413-7566/+3975
|
* Prep for 5.0Ned Batchelder2019-12-134-7/+10
|
* Clarify the connection between subprocesses and --concurrencyNed Batchelder2019-12-111-0/+6
|
* Forgot to mention Sleepy Snake in the changelogNed Batchelder2019-12-091-0/+2
|
* Better wording on the Sleepy pageNed Batchelder2019-12-082-3/+4
|
* Bump versionNed Batchelder2019-12-082-1/+8
|
* Bumping version before readthedocs works betterNed Batchelder2019-12-081-7/+9
|
* Prep for 5.0b2coverage-5.0b2Ned Batchelder2019-12-085-9/+12
|
* Sleepy SnakeNed Batchelder2019-12-085-1/+23
|
* A little easier to read in contributing.rstNed Batchelder2019-12-081-4/+4
|
* Polish up cmd.rstNed Batchelder2019-12-086-39/+35
|
* Fix two misspellingsNed Batchelder2019-12-082-2/+2
|
* Update the FAQNed Batchelder2019-12-082-50/+34
|
* sphinx-tabs needs to get along with linkcheckNed Batchelder2019-12-081-1/+2
|
* Use tabs to describe different test runner quick-startsNed Batchelder2019-12-074-16/+78
|
* Describing the versions is easier with substitutionsNed Batchelder2019-12-071-17/+4
|
* parsed-literals aren't styled right, fix that.Ned Batchelder2019-12-071-0/+13
|
* Redo installation pageNed Batchelder2019-12-072-27/+31
|
* Links should have better affordancesNed Batchelder2019-12-071-0/+4
|
* sphinx-autobuild is handyNed Batchelder2019-12-072-4/+7
|
* Add coveragepy twitter badgeNed Batchelder2019-12-071-2/+5
|
* Fix a typoNed Batchelder2019-12-071-1/+1
|
* Coverage(data_file=None) means no data file at all. #871Ned Batchelder2019-12-025-7/+72
|