summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Pytest 4.6.2Ned Batchelder2019-06-031-1/+1
|
* Silence a silly pylint warningNed Batchelder2019-06-011-1/+1
|
* Python 3.8 added an argument to _bootstrap. It should have been like this ↵Ned Batchelder2019-05-291-2/+2
| | | | anyway.
* Add some GitHub badgesNed Batchelder2019-05-281-5/+15
|
* More flexible version number findingNed Batchelder2019-05-271-4/+8
|
* Fewer coverage specfics in upload_relnotes.pyNed Batchelder2019-05-273-2/+10
|
* Make upload_relnotes.py a little more usefulNed Batchelder2019-05-271-7/+27
|
* Word-smith the html warningNed Batchelder2019-05-262-4/+7
|
* Add warning sectionS.Y. Lee2019-05-261-0/+4
|
* Better tests of HTML delta generationNed Batchelder2019-05-262-42/+67
| | | | | | The old tests relied on deleting files and seeing them get recreated, which could be misleading. The new tests track which files were opened for writing, which is more accurate.
* Put CHANGES in version-number orderNed Batchelder2019-05-241-29/+34
|
* GitHub fundingNed Batchelder2019-05-231-0/+1
|
* Changelog from 4.5.2 and 4.5.3 from the v4.5.x branchNed Batchelder2019-05-191-0/+29
|
* A script to upload release notes to TideliftNed Batchelder2019-05-193-1/+98
|
* Fix a URL that confuses pandocNed Batchelder2019-05-191-1/+1
|
* Give the Tidelift logo a linkNed Batchelder2019-05-183-1/+3
|
* Remove conditions for dropped Python versionsHugo2019-05-181-34/+5
|
* Python 3.4 is also dropped in 5.0Hugo2019-05-181-2/+2
|
* Update the contributing docNed Batchelder2019-05-131-45/+56
|
* Use pylint 2.xNed Batchelder2019-05-1320-40/+37
|
* Latest dependenciesNed Batchelder2019-05-136-12/+12
|
* Silence a DeprecationWarningNed Batchelder2019-05-092-1/+8
| | | | | | "DeprecationWarning: Use inspect.signature() instead of inspect.getfullargspec()" This started appearing with Python 3.8a4.
* Version bumpNed Batchelder2019-05-072-1/+7
|
* 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
| | | | | | | | | | | | * Expose switch_context in public API * Test switch_context * Helper method to get full paths to measured files * Get correct file paths on all OS * Note version that introduced this method
* 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
| | | | | | | | | | | | * Introduce a new plugin type: dynamic context labels. * Test dynamic context plugins * Helper method to get full paths to measured files * Get correct filenames on all OS * Improve wording
* Merge pull request #790 from blueyed/travisNed Batchelder2019-04-161-3/+9
|\ | | | | [WIP] ci: Travis: test with Python 3.8-dev
| * TEST: use original codecov command againDaniel Hahler2019-04-011-1/+1
| |
| * Revert "ci: Travis: remove unnecessary comment"Daniel Hahler2019-04-011-0/+3
| | | | | | | | This reverts commit dde1aac3c4844881bbb1e5eb6cbcca8bb9d9aebd.
| * use codecov-python againDaniel Hahler2019-03-311-1/+2
| |