Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mypy: test_venv.py | Ned Batchelder | 2023-01-07 | 1 | -1/+2 |
| | |||||
* | style: use good style for annotated defaults parameters | Ned Batchelder | 2023-01-05 | 1 | -7/+7 |
| | |||||
* | mypy: Iterator is better than Generator | Ned Batchelder | 2023-01-05 | 1 | -4/+4 |
| | |||||
* | mypy: test_coverage.py, test_data.py | Ned Batchelder | 2023-01-04 | 1 | -2/+8 |
| | |||||
* | mypy: summary.py, test_summary.py, tests/coveragetest.py | Ned Batchelder | 2023-01-04 | 1 | -3/+3 |
| | |||||
* | refactor: a better way to have maybe-importable third-party modules | Ned Batchelder | 2023-01-03 | 1 | -20/+0 |
| | |||||
* | mypy: check tests/helpers.py | Ned Batchelder | 2022-12-31 | 1 | -34/+62 |
| | |||||
* | mypy: add data.py and test_api.py | Ned Batchelder | 2022-12-31 | 1 | -1/+1 |
| | |||||
* | test: seven tests that fail because of pypy 3882 | Ned Batchelder | 2022-12-30 | 1 | -2/+3 |
| | | | | https://foss.heptapod.net/pypy/pypy/-/issues/3882 | ||||
* | fix: adjust some PyPy behaviors. #1515 | Ned Batchelder | 2022-12-27 | 1 | -4/+3 |
| | |||||
* | refactor: remove mention of Python 2 unicode | Ned Batchelder | 2022-11-06 | 1 | -2/+2 |
| | |||||
* | test: pypy fixed their sys.path[0] difference, 3792 | Ned Batchelder | 2022-08-27 | 1 | -5/+0 |
| | | | | https://foss.heptapod.net/pypy/pypy/-/issues/3792 | ||||
* | test: xfail some tests that need PyPy to improve #1426 | Ned Batchelder | 2022-08-02 | 1 | -1/+6 |
| | | | | https://foss.heptapod.net/pypy/pypy/-/issues/3792 | ||||
* | test: xfail decorator tests that fail on PyPy 3.8 (7.3.10alpha) | Ned Batchelder | 2022-05-21 | 1 | -0/+9 |
| | | | | https://foss.heptapod.net/pypy/pypy/-/issues/3749 | ||||
* | style: remove an orphaned import | Ned Batchelder | 2022-05-20 | 1 | -1/+0 |
| | |||||
* | test: remove file-removal that isn't needed anymore | Ned Batchelder | 2022-05-20 | 1 | -6/+0 |
| | |||||
* | style: parens should indent the same as their opening line | Ned Batchelder | 2022-05-01 | 1 | -2/+2 |
| | |||||
* | refactor(test): a context manager to swallow warnings | Ned Batchelder | 2022-02-04 | 1 | -0/+12 |
| | |||||
* | test: a debug helper to show made-file contents | Ned Batchelder | 2022-01-15 | 1 | -0/+7 |
| | |||||
* | refactor(test): make re_lines (et al) look like re.search | Ned Batchelder | 2021-10-28 | 1 | -5/+5 |
| | | | | and also replace some calls with just-plain re.search. | ||||
* | refactor(test): re_lines is more useful if it returns a list | Ned Batchelder | 2021-10-27 | 1 | -4/+10 |
| | |||||
* | refactor(test): os_sep and remove_tree helpers | Ned Batchelder | 2021-10-24 | 1 | -0/+14 |
| | |||||
* | test: subprocess diagnostic for when we need it | Ned Batchelder | 2021-10-16 | 1 | -0/+6 |
| | |||||
* | style: use the official designation for utf-8 | Ned Batchelder | 2021-10-10 | 1 | -1/+1 |
| | | | | | Yes, this is completely unimportant. Don't ask me why I bothered, I'm not really sure. | ||||
* | Support TOML v1.0.0 syntax in `pyproject.toml` (#1186) | Thomas Grainger | 2021-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * Support TOML v1.0.0 syntax in `pyproject.toml` fixes #1180 Co-authored-by: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com> * fix toml meta test * use pytest.mark.parametrize to narrow test failure * Update tests/test_config.py Co-authored-by: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com> Co-authored-by: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com> | ||||
* | test: better checking for CoverageWarnings | Ned Batchelder | 2021-05-31 | 1 | -2/+2 |
| | | | | | On Python 3.10, we were getting other warnings mixed into the warnings the tests were looking for. This change lets us only look at the CoverageWarnings. | ||||
* | test: simplify run_command output handling | Ned Batchelder | 2021-05-30 | 1 | -5/+3 |
| | | | | | The type-check is left over from Python 2 compatibility, we don't need it anymore. | ||||
* | feat: warnings are now real warnings | Ned Batchelder | 2021-05-30 | 1 | -0/+15 |
| | | | | | | This makes coverage warnings visible when running test suites under pytest. But it also means some uninteresting warnings would show up in our own test suite, so we had to catch or suppress those. | ||||
* | refactor: pyupgrade --py36-plus tests/**.py | Ned Batchelder | 2021-05-02 | 1 | -7/+5 |
| | |||||
* | refactor: remove code explicitly choosing between py2 and py3 | Ned Batchelder | 2021-05-01 | 1 | -10/+1 |
| | |||||
* | fix: don't measure third-party scriptsnedbat/bin-exclude | Ned Batchelder | 2021-04-11 | 1 | -1/+1 |
| | | | | | | This finishes the last bit of #905 Also includes tighter logging of the reason for not tracing modules. | ||||
* | refactor: nice_file can be used as a function | Ned Batchelder | 2021-03-22 | 1 | -0/+6 |
| | |||||
* | refactor: make_file can be used as a function | Ned Batchelder | 2021-03-22 | 1 | -0/+42 |
| | |||||
* | refactor: pull module cleaning into here | Ned Batchelder | 2021-03-11 | 1 | -26/+1 |
| | | | | We don't need unittest_mixins' module cleaner anymore. | ||||
* | refactor: our own change_dir context manager | Ned Batchelder | 2021-03-11 | 1 | -0/+17 |
| | | | | We don't need to use the one from unittest_mixins. | ||||
* | refactor: slightly better coverage in coveragetest | Ned Batchelder | 2021-02-21 | 1 | -1/+1 |
| | |||||
* | refactor: remove unittest.assertCountEqual | Ned Batchelder | 2021-02-06 | 1 | -0/+11 |
| | | | | Another step toward removing unittest.TestCase. | ||||
* | Simplify the testing of the toml extra, fixing #1084 | Ned Batchelder | 2021-01-18 | 1 | -0/+19 |
| | |||||
* | Move test helpers to tests.helpers | Ned Batchelder | 2019-12-31 | 1 | -0/+70 |
| | |||||
* | Combine test helpers: remove_files | Ned Batchelder | 2019-12-17 | 1 | -3/+8 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Refactor module cleaning so we can use it outside of tests | Ned Batchelder | 2017-02-11 | 1 | -1/+30 |
| | |||||
* | Get rid of some unused code paths | Ned Batchelder | 2017-01-20 | 1 | -3/+1 |
| | |||||
* | Promote re_line and re_lines to real helpers, with tests. | Ned Batchelder | 2017-01-15 | 1 | -0/+24 |
| | |||||
* | Add a test of CheckUniqueFilenames | Ned Batchelder | 2017-01-15 | 1 | -4/+12 |
| | |||||
* | Use a 2/3 name for unicode | Ned Batchelder | 2016-11-23 | 1 | -1/+2 |
| | |||||
* | Window encodings? | Ned Batchelder | 2015-11-01 | 1 | -2/+3 |
| | |||||
* | Merge | Ned Batchelder | 2015-10-31 | 1 | -1/+6 |
|\ | |||||
| * | Account for no encoding at all... | Ned Batchelder | 2015-10-25 | 1 | -3/+5 |
| | | |||||
| * | Diagnostic for appveyor, part 2 of N | Ned Batchelder | 2015-10-25 | 1 | -1/+2 |
| | |