Commit Graph

  • 5587ecf428
    Merge branch 'main' into doctest-parent Philipp A 2024-02-12 10:06:18 +0100
  • 3c052ec63a
    build(deps): Bump pytest-asyncio in /testing/plugins_integration dependabot[bot] 2024-02-12 03:41:28 +0000
  • 526b971221
    Merge pull request #11961 Add some autofixable refactor rules from pylint Pierre Sassoulas 2024-02-11 19:52:29 +0100
  • 23dfb52974
    [automated] Update plugin list (#11964) github-actions[bot] 2024-02-10 21:50:24 -0300
  • 63162fc71b [automated] Update plugin list pytest bot 2024-02-11 00:20:02 +0000
  • 09328db9f9 Consider paths and pathlists relative to cwd in case of an absent ini-file Bruno Oliveira 2024-02-10 20:12:42 -0300
  • 7da04c963f [ruff] Add unwanted pylint message to the ignore list Pierre Sassoulas 2024-02-10 23:41:33 +0100
  • b5999191aa Consider pyproject.toml files for config if no other config files were found Bruno Oliveira 2024-02-10 19:03:26 -0300
  • b922270ce7 [performance] Micro-optimization in '_traceback_filter' Pierre Sassoulas 2024-02-10 15:51:33 +0100
  • 1180348303 [ruff] Add 'consider-using-in' from pylint Pierre Sassoulas 2024-02-10 15:46:45 +0100
  • 8a40d9fd0f formats Reagan Lee 2024-02-09 18:46:41 -0800
  • e6f6be3bc9
    [8.0.x] Improve error message when using @pytest.fixture twice (#11958) github-actions[bot] 2024-02-09 14:34:45 +0000
  • 3a8696cd9a [8.0.x] Improve error message when using @pytest.fixture twice Florian Bruhin 2024-02-09 14:59:04 +0100
  • 7690a0ddf1
    Improve error message when using @pytest.fixture twice (#11670) Florian Bruhin 2024-02-09 14:59:04 +0100
  • 29a5f94428
    Merge pull request #11956 from bluetech/ruff-warning Ran Benita 2024-02-09 15:32:11 +0200
  • ea57c40c43 main: fix reversed collection order in Session Ran Benita 2024-02-09 11:34:55 +0200
  • a182e10b06 Enable lint PGH004 - Use specific rule codes when using noqa Ran Benita 2024-02-09 11:14:36 +0200
  • d1ee6d154f Enable flake8-pie Ran Benita 2024-02-09 11:08:33 +0200
  • d02618d173 Fix ruff deprecation warning Ran Benita 2024-02-09 10:48:05 +0200
  • 6e61340f91 update to solve other test Reagan Lee 2024-02-08 16:03:09 -0800
  • 1b3ac3659e tiny bug Reagan Lee 2024-02-08 15:36:17 -0800
  • 02c3fffc49 restore deleted tests Reagan Lee 2024-02-08 15:13:33 -0800
  • 497ffc51c1 bug fix Reagan Lee 2024-02-03 15:39:49 -0800
  • 5feabaab41 add test Reagan Lee 2024-02-03 16:06:02 -0800
  • 86a60250c2
    add optional `new_path` argument to `Pytester.chdir` DetachHead 2024-02-08 20:04:36 +1000
  • 23b91d12de
    [8.0.x] Merge pull request #11941 from bluetech/doctest-parsefactories (#11948) Ran Benita 2024-02-08 03:09:19 +0200
  • 9454fc38d3
    closes: 10865 Fix muted exception (#11804) whysage 2024-02-08 02:47:56 +0200
  • 6b7b9559a0 [8.0.x] Merge pull request #11941 from bluetech/doctest-parsefactories Ran Benita 2024-02-07 22:09:17 +0200
  • 101328aba5
    Merge pull request #11947 from bluetech/hypothesis-revert Ran Benita 2024-02-07 22:44:58 +0200
  • 42785cca44 Revert "testing: temporarily disable test due to hypothesis issue (#11836)" Ran Benita 2024-02-07 22:13:23 +0200
  • 6c0b6c2f92
    Merge pull request #11941 from bluetech/doctest-parsefactories Ran Benita 2024-02-07 22:09:17 +0200
  • 9cd14b4ffb doctest: fix autouse fixtures possibly not getting picked up Ran Benita 2024-02-06 23:09:00 +0200
  • 4c894f20a1
    build(deps): Bump django in /testing/plugins_integration (#11946) dependabot[bot] 2024-02-07 15:37:56 -0300
  • 790ef229de
    build(deps): Bump django in /testing/plugins_integration dependabot[bot] 2024-02-07 17:33:47 +0000
  • d8d9fc6fc7
    Merge branch 'main' into main robotherapist 2024-02-07 10:35:40 +0100
  • 6e5008f19f doctest: don't open code the module import Ran Benita 2024-02-06 23:40:13 +0200
  • b9d02c5b53
    Merge pull request #11932 Add pre-commit hook and fix pyproject.toml Pierre Sassoulas 2024-02-06 15:14:07 +0100
  • d1095426c1 Update setuptools version to the one that support pyproject.toml Pierre Sassoulas 2024-02-06 14:38:52 +0100
  • 757778f5f6 [pyproject-fmt] Add pre-commit hook and autofix existing Pierre Sassoulas 2024-02-05 20:20:31 +0100
  • 90d1550063 faster Philipp A. 2024-02-06 09:12:08 +0100
  • 404d31a942
    Merge pull request #11930 from Pierre-Sassoulas/setup.cfg-to-pyproject.toml Pierre Sassoulas 2024-02-05 22:40:44 +0100
  • 4c16dca865 Add updated file robotherapist 2024-02-05 22:15:29 +0100
  • 9bfeb3375c Merge branch 'main' of https://github.com/robotherapist/pytest robotherapist 2024-02-05 22:14:29 +0100
  • 241b000de9 Fix errors robotherapist 2024-02-05 22:14:24 +0100
  • bb37b1a4f2 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-02-05 20:56:36 +0000
  • 47b07508f8 Merge branch 'main' of https://github.com/robotherapist/pytest robotherapist 2024-02-05 21:56:08 +0100
  • 92962b286b Add test and changelog robotherapist 2024-02-05 21:55:47 +0100
  • 0d91539614
    Merge pull request #11935 from pytest-dev/pre-commit-ci-update-config Pierre Sassoulas 2024-02-05 21:46:11 +0100
  • 835e8032f4
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2024-02-05 20:29:38 +0000
  • 4ad30d4255 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-02-05 20:20:38 +0000
  • 5171b5df7d Add if statement to only use sys.last_exc in versions >= 3.12.0 robotherapist 2024-02-05 21:18:41 +0100
  • 358d842642 Add sys.last_exc robotherapist 2024-02-05 21:09:28 +0100
  • c76ea72331 [pyproject.toml] Moving 'package_data' (py.typed) from setup.cfg Pierre Sassoulas 2024-02-05 15:33:27 +0100
  • dab1583ce1 [pyproject.toml] Remove setup_requires / package_dir in setup.cfg already exists Pierre Sassoulas 2024-02-05 15:27:53 +0100
  • 411c2cbf9d [pyproject.toml] Translate dynamic option to pyproject.toml Pierre Sassoulas 2024-02-05 14:20:10 +0100
  • c3583dee0b [pyproject.toml] Translate 'metadata:platforms' to pyproject.toml Pierre Sassoulas 2024-02-05 14:02:06 +0100
  • a1d99e4bdd [pyproject.toml] Move information from setup.cfg to pyproject.toml Pierre Sassoulas 2024-02-05 13:56:07 +0100
  • 79f934ff08 feat: 10865 fix conflict Volodymyr Kochetkov 2024-02-05 19:02:40 +0200
  • 48ded39b77 feat: 10865 fix v2 for codecov Volodymyr Kochetkov 2024-02-05 18:48:13 +0200
  • 9c4ffb5207 feat: 10865 add test with valid warning Volodymyr Kochetkov 2024-01-28 15:41:10 +0200
  • d314ea6c77 feat: 10865 add test skip for pypy Volodymyr Kochetkov 2024-01-28 14:40:44 +0200
  • 4806b591fc feat: 10865 refactor code and tests Volodymyr Kochetkov 2024-01-28 14:19:41 +0200
  • 62c6f53689 feat: 10865 Volodymyr Kochetkov 2024-01-12 08:57:36 +0200
  • e0402fa0d9 3.8 compat Phil Schaf 2024-02-05 16:28:27 +0100
  • be27caa26c Docs Phil Schaf 2024-02-05 16:21:08 +0100
  • e867798f1a Use shortest module name Phil Schaf 2024-02-05 16:09:03 +0100
  • aaa9ca7327
    Merge pull request #11918 from pytest-dev/update-plugin-list/patch-20b18f0f9 Ran Benita 2024-02-05 13:49:09 +0200
  • 180f746d4b
    build(deps): Bump pytest-asyncio in /testing/plugins_integration dependabot[bot] 2024-02-05 11:32:36 +0000
  • 29094983d7
    Merge pull request #11923 from pytest-dev/dependabot/pip/testing/plugins_integration/pytest-django-4.8.0 Ran Benita 2024-02-05 13:32:11 +0200
  • b8e56557c6
    Merge pull request #11925 from pytest-dev/dependabot/pip/testing/plugins_integration/pytest-sugar-1.0.0 Ran Benita 2024-02-05 13:31:50 +0200
  • 304ccb4ad7
    Merge pull request #11928 from bluetech/setup-cfg-cleanups Ran Benita 2024-02-05 13:29:49 +0200
  • 90634a6060 setup.cfg: remove `zip_safe` Ran Benita 2024-02-05 12:20:37 +0200
  • ccbae95ad4 setup.cfg: remove redundant `packages`/`py_modules` Ran Benita 2024-02-05 12:16:52 +0200
  • cd9b241047 setup.cfg: remove `[devpi:upload]` section Ran Benita 2024-02-05 12:08:21 +0200
  • 5c67cb2cf5 setup.cfg: remove `[check-manifest]` section Ran Benita 2024-02-05 11:58:56 +0200
  • 2fc7926bae setup.cfg: remove `[build_sphinx]` section Ran Benita 2024-02-05 11:55:38 +0200
  • 79de84941a setup.cfg: move mypy configuration from setup.cfg to pyproject.toml Ran Benita 2024-02-05 11:53:21 +0200
  • 0d1f4c63fa
    Merge pull request #11914 - Activate flake8-bugbear and flake8-pyi Pierre Sassoulas 2024-02-05 09:37:37 +0100
  • b188f4d10d
    [8.0.x] doc: Remove sold out training (#11927) github-actions[bot] 2024-02-05 08:04:32 +0000
  • 50f9c9fd6d [8.0.x] doc: Remove sold out training Florian Bruhin 2024-01-16 14:53:10 +0100
  • d60b6b0e28
    [8.0.x] doc: Update training dates and add pytest sprint (#11926) github-actions[bot] 2024-02-05 07:12:10 +0000
  • 00a7f17fa4 [8.0.x] doc: Update training dates and add pytest sprint Florian Bruhin 2024-01-15 21:04:08 +0100
  • 2d4e27daf2
    build(deps): Bump pytest-sugar in /testing/plugins_integration dependabot[bot] 2024-02-05 03:39:30 +0000
  • 2e50788b6d
    build(deps): Bump pytest-django in /testing/plugins_integration dependabot[bot] 2024-02-05 03:39:23 +0000
  • b22cee5490
    build(deps): Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0 dependabot[bot] 2024-02-05 03:11:29 +0000
  • 74120efbce
    build(deps): Bump codecov/codecov-action from 3 to 4 dependabot[bot] 2024-02-05 03:11:24 +0000
  • 3101c026b9 [flake8-bugbear] Remove hidden global state to import only once Pierre Sassoulas 2024-02-04 19:39:21 +0100
  • e193a263c7 [flake8-pyi] Add checks for flake8-pyi and fix existing Pierre Sassoulas 2024-02-02 21:36:20 +0100
  • 4eb246d4e1 [flake8-bugbear] noqa B023 not bound by design Pierre Sassoulas 2024-02-02 21:26:49 +0100
  • 41ff3584d7 [flake8-bugbear] Fixes a B017 we can actually fix and noqa the two others Pierre Sassoulas 2024-02-04 11:39:27 +0100
  • b62d4b3527 [flake8-bugbear] Remove misleading multiple characters in lstrip Pierre Sassoulas 2024-02-02 21:21:39 +0100
  • e7bab63537 [flake8-bugbear] noqa all the useless comparison that are justified Pierre Sassoulas 2024-02-02 21:15:22 +0100
  • 52fba25ff9 [flake8-bugbear] Fix all the useless expressions that are justified Pierre Sassoulas 2024-02-02 21:13:43 +0100
  • fcb818b73c [flake8-bugbear] Re-raise all exceptions with proper exception chaining Pierre Sassoulas 2024-02-04 11:13:47 +0100
  • 7eef4619d5 [flake8-bugbear] Add checks from flake8 bugbear Pierre Sassoulas 2024-02-04 11:24:47 +0100
  • e28f35c296
    Merge pull request #11915 from bluetech/compat-string-types Ran Benita 2024-02-04 16:51:43 +0200
  • b28bb01c4e [automated] Update plugin list pytest bot 2024-02-04 00:19:52 +0000
  • 3da781278d Add typing to `from_parent` return values Ran Benita 2024-02-03 18:24:19 +0200
  • 3ba4095400 compat: inline helpers into `ascii_escaped` Ran Benita 2024-02-03 18:42:05 +0200
  • 99e8129ba3 compat: get rid of STRING_TYPES Ran Benita 2024-02-03 18:37:49 +0200