summaryrefslogtreecommitdiff
path: root/doc/contributing.rst
Commit message (Collapse)AuthorAgeFilesLines
* build: drop Python 3.6 supportNed Batchelder2021-12-311-1/+3
|
* test: change how we keep mismatched actual outputNed Batchelder2021-07-151-4/+0
| | | | | | | | | | | | Now when a goldtest has a failure, the actual mismatched output will be written to the tests/actual directory. Along the way, I removed some obsolete settings which were only used by unittest and unittest_mixins, which we no longer use: - COVERAGE_KEEP_TMP - COVERAGE_ENV_ID - $TMPDIR/coverage_test
* docs: update the examples in contributing.rstNed Batchelder2021-05-021-60/+39
|
* docs: update a pytest url to their new structureNed Batchelder2021-03-211-1/+1
|
* A little easier to read in contributing.rstNed Batchelder2019-12-081-4/+4
|
* Spell check the docsNed Batchelder2019-11-101-2/+2
|
* Remove :history: linesNed Batchelder2019-11-091-2/+0
|
* Update the contributing docNed Batchelder2019-05-131-45/+56
|
* Update the tox output example from hg to git.Mariatta2018-11-131-2/+2
|
* Debug-time environment variables can be set with set_env.pyNed Batchelder2018-11-031-1/+1
|
* Remove now-unused CoverageGoldTest classNed Batchelder2018-08-241-3/+0
|
* Enable keeping test-created temp dirsNed Batchelder2018-08-241-3/+8
|
* Explain some testing environment variablesNed Batchelder2018-06-241-0/+15
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Pull in 4.5.1a changes to update docs for GitHub migration.Ned Batchelder2018-06-231-6/+5
|\
| * Update docs to point to GitHubcoverage-4.5.1aNed Batchelder2018-06-231-6/+5
| |
* | Drop support for EOL 2.5, 2.6 and 3.3Hugo2018-06-191-1/+1
|/
* Use correct homepage for toxNed Batchelder2017-10-051-1/+1
|
* A little more about contributionNed Batchelder2017-01-101-2/+8
|
* Updates for pytestNed Batchelder2016-11-261-44/+46
|
* Keep lines trimmedNed Batchelder2016-11-201-1/+2
|
* No more nose, use pytest as test runnerNed Batchelder2016-11-201-0/+2
|
* Use linkcheck on docs, and fix some broken linksNed Batchelder2016-09-241-1/+1
|
* Move most requirements into requirements/*.pip, and share them where possibleNed Batchelder2015-09-071-1/+1
| | | | | --HG-- rename : requirements.pip => requirements/dev.pip
* Use requirements.pip filesNed Batchelder2015-08-291-37/+42
| | | | | | --HG-- rename : doc/requirements.txt => doc/requirements.pip rename : requirements.txt => requirements.pip
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Turn all the history into comments.Ned Batchelder2015-01-241-1/+1
|
* make --source and -m play nice togetherbuck2014-10-151-1/+1
| | | | | | --HG-- branch : __main__-support extra : rebase_source : c9ca9fddecafddd5ef4db9cc64ca1c0972130aab
* Remove notes about me being available for custom work, and rewrap many ↵Ned Batchelder2013-09-171-4/+4
| | | | paragraphs.
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-4/+4
|
* Coverage.py measuring itself works again! 86%, btw.Ned Batchelder2012-11-251-0/+14
|
* Silence the last of the pylint warnings.Ned Batchelder2012-11-201-9/+3
|
* This release is not a 3.5.4, it's at least 3.6Ned Batchelder2012-11-171-2/+2
|
* Try to format the contributing page better.Ned Batchelder2012-11-121-76/+66
|
* A Contributing page in the docs. #171Ned Batchelder2012-11-121-0/+166