Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | perf: more combine speed-ups | Ned Batchelder | 2022-11-20 | 1 | -7/+14 | |
| | | | | | | | By avoiding writing metadata that differs but doesn't change the data, we get a higher hitrate on the hash-checking when combining. Use --debug=process to include these details for debugging. | |||||
* | build: allow for .devN version numbers | Ned Batchelder | 2022-11-17 | 1 | -7/+11 | |
| | ||||||
* | refactor, docs: clean-up for #1387 | Ned Batchelder | 2022-11-17 | 2 | -7/+13 | |
| | ||||||
* | feat: added support for finding unexecuted namespace packages (#1387) | Felix Horvat | 2022-11-17 | 4 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | | * add support for namespace packages * fixed typo * update documentation * fixed lint issues * changed versionadded * convert to config setting * removed pure formatting changes * code review changes Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> | |||||
* | feat: complete removal of `[run] note` | Ned Batchelder | 2022-11-11 | 2 | -5/+0 | |
| | ||||||
* | fix: path-mapped results shouldn't start with ./ | Ned Batchelder | 2022-11-08 | 1 | -0/+3 | |
| | | | | Unless the actual result in the config starts with ./ | |||||
* | test: this loop never finishes, and that's fine | Ned Batchelder | 2022-11-08 | 1 | -1/+1 | |
| | | | | Because the last pattern in G2RX_TOKENS is ".", so it always matches. | |||||
* | perf: hash data files during combining to avoid unneeded work. #1483 | Ned Batchelder | 2022-11-08 | 2 | -29/+45 | |
| | | | | | | | | | When generating many parallel data files, often some data files will be exact copies of each other. Checking the hashes, we can avoid combining the duplicates, speeding the process. On a coverage.py metacov, we had 651 duplicates out of 2189 files (29%). The time to combine was reduced by 17%. | |||||
* | refactor: remove mention of Python 2 unicode | Ned Batchelder | 2022-11-06 | 1 | -2/+1 | |
| | ||||||
* | refactor: no need for special handling of compiling unicode source | Ned Batchelder | 2022-11-06 | 3 | -40/+4 | |
| | | | | This was a holdover from Python 2 days. | |||||
* | fix: only accept known values for --format | Ned Batchelder | 2022-11-06 | 1 | -1/+2 | |
| | ||||||
* | fix: don't write two rules for an empty table. | Ned Batchelder | 2022-11-06 | 1 | -1/+3 | |
| | ||||||
* | fix: an empty file shouldn't fail with --fail-under=99. #1470 | Ned Batchelder | 2022-11-06 | 1 | -1/+1 | |
| |