Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix: lcov command didn't report a total, so --fail-under didn't work | Ned Batchelder | 2022-12-31 | 1 | -1/+6 | |
| | ||||||
* | mypy: add annotate.py and jsonreport.py | Ned Batchelder | 2022-12-31 | 4 | -13/+34 | |
| | ||||||
* | mypy: add __init__.py, __main__.py, bytecode.py, context.py, exceptions.py, ↵ | Ned Batchelder | 2022-12-31 | 4 | -15/+62 | |
| | | | | report.py, and version.py | |||||
* | mypy: control.py is checked | Ned Batchelder | 2022-12-31 | 9 | -122/+147 | |
| | ||||||
* | test: a sorted_lines helper | Ned Batchelder | 2022-12-31 | 1 | -1/+7 | |
| | ||||||
* | mypy: check tests/goldtest.py, tests/test_html.py | Ned Batchelder | 2022-12-31 | 4 | -31/+64 | |
| | ||||||
* | mypy: add data.py and test_api.py | Ned Batchelder | 2022-12-31 | 2 | -12/+31 | |
| | ||||||
* | refactor: removed mentions of Jython and IronPython | Ned Batchelder | 2022-12-30 | 6 | -48/+2 | |
| | ||||||
* | style: correct some lint errors | Ned Batchelder | 2022-12-30 | 2 | -3/+3 | |
| | ||||||
* | mypy: inorout.py, disposition.py, and part of control.py | Ned Batchelder | 2022-12-30 | 7 | -153/+180 | |
| | ||||||
* | refactor: @contract is completely gone | Ned Batchelder | 2022-12-29 | 2 | -11/+1 | |
| | ||||||
* | mypy: check multiproc.py | Ned Batchelder | 2022-12-29 | 1 | -10/+11 | |
| | ||||||
* | mypy: check python.py | Ned Batchelder | 2022-12-29 | 5 | -41/+60 | |
| | ||||||
* | refactor: remove some unused code | Ned Batchelder | 2022-12-29 | 1 | -16/+2 | |
| | ||||||
* | mypy: check sqldata.py | Ned Batchelder | 2022-12-29 | 4 | -89/+150 | |
| | ||||||
* | mypy: check results.py | Ned Batchelder | 2022-12-29 | 2 | -43/+63 | |
| | ||||||
* | mypy: use specialized type name for ints that are line numbers | Ned Batchelder | 2022-12-29 | 4 | -50/+59 | |
| | ||||||
* | mypy: check tomlconfig.py | Ned Batchelder | 2022-12-29 | 1 | -21/+36 | |
| | ||||||
* | mypy: mypy checks plugin.py | Ned Batchelder | 2022-12-29 | 4 | -47/+105 | |
| | ||||||
* | mypy: add parser.py to mypy | Ned Batchelder | 2022-12-29 | 1 | -214/+277 | |
| | ||||||
* | fix: [tools.coverage] is valid for settings in a toml file. #1516 | Ned Batchelder | 2022-12-27 | 1 | -1/+1 | |
| | ||||||
* | refactor: no longer need a strange typing import | Ned Batchelder | 2022-12-27 | 1 | -5/+0 | |
| | ||||||
* | test: run mypy on config.py | Ned Batchelder | 2022-12-27 | 2 | -57/+92 | |
| | ||||||
* | test: add phystokens.py to the mypy train | Ned Batchelder | 2022-12-27 | 1 | -36/+42 | |
| | ||||||
* | test: add type annotations for files.py | Ned Batchelder | 2022-12-27 | 1 | -50/+63 | |
| | ||||||
* | test: add mypy just for one file at first | Ned Batchelder | 2022-12-27 | 1 | -14/+9 | |
| | ||||||
* | refactor: don't need _to_blob anymore, leftover from 2 vs 3 | Ned Batchelder | 2022-12-27 | 1 | -8/+4 | |
| | ||||||
* | refactor: remove more of contracts | Ned Batchelder | 2022-12-27 | 3 | -14/+2 | |
| | ||||||
* | refactor: remove more of the PyContracts stuff | Ned Batchelder | 2022-12-27 | 3 | -9/+5 | |
| | ||||||
* | fix: adjust some PyPy behaviors. #1515 | Ned Batchelder | 2022-12-27 | 1 | -1/+6 | |
| | ||||||
* | test: remove pycontracts | Ned Batchelder | 2022-12-25 | 3 | -55/+9 | |
| | ||||||
* | docs: bump version | Ned Batchelder | 2022-12-23 | 1 | -2/+2 | |
| | ||||||
* | docs: prep for 7.0.1 | Ned Batchelder | 2022-12-23 | 1 | -2/+2 | |
| | ||||||
* | fix: also look into .whl files for source | Ned Batchelder | 2022-12-23 | 1 | -2/+2 | |
| | ||||||
* | fix: more information when mapping rules aren't working right. | Ned Batchelder | 2022-12-23 | 1 | -0/+4 | |
| | ||||||
* | fix: certain strange characters caused reporting to fail. #1512 | Ned Batchelder | 2022-12-23 | 1 | -1/+2 | |
| | | | | | | It turns out that str.splitlines() will break text on some characters that file.readline() does not! Use readline() to read source files the same way that Python does. | |||||
* | fix: don't forbid plus signs in file names. #1513 | Ned Batchelder | 2022-12-23 | 1 | -1/+1 | |
| | ||||||
* | docs: bump version | Ned Batchelder | 2022-12-18 | 1 | -2/+2 | |
| | ||||||
* | docs: prep for 7.0.0 | Ned Batchelder | 2022-12-18 | 1 | -2/+2 | |
| | ||||||
* | chore: bump version | Ned Batchelder | 2022-12-03 | 1 | -2/+2 | |
| | ||||||
* | docs: prep for 7.0.0b1 | Ned Batchelder | 2022-12-03 | 1 | -1/+1 | |
| | ||||||
* | fix: when checking source existence for remapping, zipfiles are ok | Ned Batchelder | 2022-12-01 | 2 | -15/+43 | |
| | ||||||
* | fix: prevent infinite recursion | Ned Batchelder | 2022-12-01 | 1 | -3/+8 | |
| | | | | | If using relative file paths, and a file remapping failed, we'd get an infinite recursion. | |||||
* | feat: file paths are only remapped if the result exists | Ned Batchelder | 2022-11-29 | 1 | -2/+7 | |
| | ||||||
* | style: fix spelling | Ned Batchelder | 2022-11-28 | 7 | -11/+10 | |
| | | | | un-executed, white space, time stamp. | |||||
* | build: next version will be 7.0 | Ned Batchelder | 2022-11-28 | 2 | -2/+2 | |
| | ||||||
* | refactor: ensure all sqlite cursors are closed | Ned Batchelder | 2022-11-27 | 1 | -93/+131 | |
| | ||||||
* | refactor: SimpleReprMixing wasn't simple, it was auto | Ned Batchelder | 2022-11-27 | 3 | -10/+10 | |
| | | | | Also, I'm not sure I like it as a mixin... | |||||
* | feat: implicit path mapping during reporting. #1212 | Ned Batchelder | 2022-11-27 | 2 | -11/+32 | |
| | ||||||
* | style: long arg lists should be one per line | Ned Batchelder | 2022-11-26 | 1 | -51/+142 | |
| |