summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Issue templatesNed Batchelder2019-01-062-0/+44
|
* Sometime git needs trailing spaces for diffs to work properlyNed Batchelder2019-01-061-0/+6
|
* Make line numbers immune to minimum font size settings. #748Ned Batchelder2019-01-043-6/+10
|
* gevent needs to stay at 1.2.xNed Batchelder2018-12-281-2/+2
|
* Update requirementsNed Batchelder2018-12-286-9/+9
|
* Contracts and privacy for Analysis methodsNed Batchelder2018-12-261-5/+11
|
* Fix an incorrectly named methodNed Batchelder2018-12-261-4/+4
|
* Simplify format_lines a littleNed Batchelder2018-12-262-3/+3
|
* Sort the text missing results by line number, not kindNed Batchelder2018-12-256-50/+77
|
* Move code to where it belongsNed Batchelder2018-12-244-54/+54
|
* Asserts should be expected,actualNed Batchelder2018-12-246-11/+11
|
* Tweaks to the fail_under limitingNed Batchelder2018-12-243-6/+11
|
* Disallow impossible values for fail_underMike Fiedler2018-12-233-0/+10
| | | | | | | | | Since there's no way were likely to achieve greater than 100% code coverage, disallow usage of any value above 100. Resolves #743 Signed-off-by: Mike Fiedler <miketheman@gmail.com>
* Suppress another warningNed Batchelder2018-12-232-0/+4
|
* Include default encodings in the debug outputNed Batchelder2018-12-231-0/+2
|
* Remove obsolete travis settingNed Batchelder2018-12-041-1/+0
|
* Use a full URL for the Tidelift logoNed Batchelder2018-11-301-1/+1
|
* There are no kwargs to CoverageScript any moreNed Batchelder2018-11-261-4/+2
|
* Use a function instead of a method to show helpNed Batchelder2018-11-262-75/+66
|
* Pre-release is more accurate than BetaNed Batchelder2018-11-251-6/+6
|
* Bump versionNed Batchelder2018-11-252-2/+7
|
* Pin wheel to avoid breakagecoverage-5.0a4Ned Batchelder2018-11-251-1/+2
|
* Paperwork for 5.0a4Ned Batchelder2018-11-253-10/+10
|
* Adjust the changelog entry about sys.pathNed Batchelder2018-11-251-2/+4
|
* readme_renderer is now run through twineNed Batchelder2018-11-252-2/+3
|
* Test that we have the right Python versions in the classifiersNed Batchelder2018-11-252-0/+3
|
* Control the sys.path that tests seeNed Batchelder2018-11-252-0/+41
|
* Remove incorrect commentNed Batchelder2018-11-251-1/+0
|
* Comparisons should be expected/actualNed Batchelder2018-11-251-3/+3
|
* A little more niceness for set_env.pyNed Batchelder2018-11-251-15/+25
|
* PyRunner knows how to run Python files.Ned Batchelder2018-11-2510-137/+214
| | | | Adjust sys.path to better emulate Python, but only if we should.
* Use implicit mock patching instead of explicit DI for cmdline testsNed Batchelder2018-11-252-297/+295
| | | | | This sets us up for mocking more or different globals without adding more explicit DI overrides in cmdline.py.
* A test of the #678 caseNed Batchelder2018-11-251-0/+33
|
* Don't try to use PyPy 'filenames' like '<builtin>/lib_pypy/_structseq.py'Ned Batchelder2018-11-251-2/+4
|
* Travis pulls in other libraries somehow. Exclude themNed Batchelder2018-11-181-2/+2
|
* Lint cleanupNed Batchelder2018-11-182-3/+4
|
* Rename farm to gold, since that's what it isNed Batchelder2018-11-1859-23/+23
|
* Remove test_farm.pyNed Batchelder2018-11-184-390/+154
|
* Convert farm/run_chdir.py to a test_summary.py testNed Batchelder2018-11-184-22/+14
|
* Convert farm/run/run_xxx.py to a test_summary.py testNed Batchelder2018-11-183-26/+16
|
* Convert farm/run/run_timid.py to a test_process testNed Batchelder2018-11-183-69/+59
|
* Delete the annotate farm testsNed Batchelder2018-11-1511-105/+0
|
* Remove needless noticesNed Batchelder2018-11-159-39/+0
|
* *,cover files have trailing spacesNed Batchelder2018-11-151-0/+3
|
* Convert annotate() farm tests to normal testsNed Batchelder2018-11-151-0/+121
|
* Need to get_data for .annotate() to workNed Batchelder2018-11-151-0/+1
|
* Fix function call formattingNed Batchelder2018-11-151-5/+9
|
* Simplify the way we run coverage in these testsNed Batchelder2018-11-152-60/+17
|
* No one uses size_within any more.Ned Batchelder2018-11-141-55/+24
|
* Compare the css files exactlyNed Batchelder2018-11-142-3/+13
|