summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | No need to erase before runningNed Batchelder2018-08-081-16/+0
| | |
* | | Simplify counting data filesNed Batchelder2018-08-081-35/+29
| |/ |/|
* | Check data file existence while testing combiningNed Batchelder2018-08-072-8/+12
| |
* | assert_file_countNed Batchelder2018-08-074-1/+29
| |
* | Remove a mention of Python 2.6Ned Batchelder2018-07-261-4/+2
|/
* Add a test to be sure 'combine' works both plain and --appendNed Batchelder2018-07-231-15/+49
|
* Be stricter about self._dataNed Batchelder2018-07-082-5/+5
|
* Don't need the v3->v4 data converter in v5Ned Batchelder2018-07-011-55/+0
|
* Quiet a pylint warningNed Batchelder2018-06-301-0/+2
|
* ResourceWarning isn't in py2?Ned Batchelder2018-06-291-1/+1
|
* Suppress needless warnings during testsNed Batchelder2018-06-291-0/+14
|
* Fix a too-long lineNed Batchelder2018-06-291-1/+2
|
* New gold files with trimmed whitespaceNed Batchelder2018-06-2938-796/+76
|
* Fix the indentation of closing triple quotesNed Batchelder2018-06-281-12/+12
|
* Exclude site-packages so vendored code doesn't pollute test resultsNed Batchelder2018-06-282-1/+16
|
* Windows file paths in the HTML have to be canonicalizedNed Batchelder2018-06-271-0/+4
|
* Need to escape when using Windows paths as regexesNed Batchelder2018-06-271-1/+1
|
* Lose a little less information when scrubbing HTMLNed Batchelder2018-06-272-4/+4
|
* Absolute paths in the HTML report have to be scrubbedNed Batchelder2018-06-271-2/+8
|
* Exclude a failure-only lineNed Batchelder2018-06-271-1/+1
|
* Updated gold files for bom.pyNed Batchelder2018-06-274-30/+265
|
* Gold files can be in versioned subdirectoriesNed Batchelder2018-06-271-2/+30
|
* Updated html gold filesNed Batchelder2018-06-2734-283/+293
|
* Compare HTML more strictlyNed Batchelder2018-06-271-13/+25
|
* Add a header to make diffs more readableNed Batchelder2018-06-271-0/+2
|
* some minor improvements for the farm testsNed Batchelder2018-06-261-5/+9
|\
| * tests: some minor improvements for the farm testsDaniel Hahler2018-05-061-5/+9
| |
* | bom.py lost its BOM. Fix it.Ned Batchelder2018-06-241-0/+6
| |
* | Change url in the distribution to GitHubNed Batchelder2018-06-241-1/+1
| |
* | Update NOTICE link to GitHub.Ned Batchelder2018-06-24129-129/+129
| |
* | Drop support for EOL 2.5, 2.6 and 3.3Hugo2018-06-191-3/+0
| |
* | Make version checking more uniformNed Batchelder2018-06-133-4/+4
| |
* | Adapt to a recent 3.7 change in how functions with only docstrings get ↵Ned Batchelder2018-06-131-2/+8
| | | | | | | | line-numbered
* | Undo some 3.7b4 ast tweaksNed Batchelder2018-06-022-16/+3
| |
* | A few cleanupsNed Batchelder2018-05-311-1/+1
|/
* Upgrade most dependenciesNed Batchelder2018-05-051-9/+0
|
* No more support for 2.6 or 3.3Ned Batchelder2018-05-053-16/+0
|
* COVERAGE_RCFILE can specify the config file location. #650Ned Batchelder2018-04-191-0/+15
|
* A different way to group builtins, because it's fun, why not?Ned Batchelder2018-03-311-3/+8
|
* Slight refactor of how we look for configuration filesNed Batchelder2018-03-191-2/+2
|
* Private attributes should be indicatedNed Batchelder2018-03-131-1/+1
|
* check_preimported=True controls whether coverage checks pre-imported files ↵Ned Batchelder2018-03-062-2/+2
| | | | when starting
* In 3.7, testing libs are issuing warnings. We don't want them to count ↵Ned Batchelder2018-03-061-0/+5
| | | | against us
* More pragmas to fine-tune coverage of test codeNed Batchelder2018-02-222-13/+13
|
* Pragma away some test code that won't be coveredNed Batchelder2018-02-202-2/+2
|
* A new warning for files already imported before coverage startsNed Batchelder2018-02-202-0/+25
|
* Fix english, and give a test a name that isn't a prefix of other namesNed Batchelder2018-02-191-3/+3
|
* Make a test a little more specificNed Batchelder2018-02-191-1/+5
|
* Fix plugin sysinfo tests under pytracercoverage-4.5.1Ned Batchelder2018-02-101-1/+6
|
* Configurer plugins should be reported by --debug=sysNed Batchelder2018-02-101-5/+7
|