Commit Graph

  • 2868853ab6 Update error message in acceptance_test jekwatt 2022-07-16 17:07:01 -0500
  • 76d1cb72c8
    Update src/_pytest/main.py Zac Hatfield-Dodds 2022-07-16 16:40:03 -0500
  • e105d44984 Add my name to AUTHORS list jekwatt 2022-07-16 16:29:41 -0500
  • 1b67138259 Simple change to error message jekwatt 2022-07-16 15:40:34 -0500
  • 34a285986e
    Merge pull request #10143 from sirosen/monkeypatch-ctx-howto Bruno Oliveira 2022-07-15 23:08:21 -0300
  • b8e2f42ec1 Add monkeypatch.context() to how-to doc intro Stephen Rosen 2022-07-15 19:24:16 +0000
  • 121b69276a
    Merge pull request #10140 from pytest-dev/backport-10138-to-7.1.x Bruno Oliveira 2022-07-15 10:14:41 -0300
  • b9d00fba13 Merge pull request #10132 from hroncok/python3.11.0b4 Bruno Oliveira 2022-07-14 08:37:08 -0300
  • da7daaac92 [7.1.x] Explicit note that tmpdir fixture is discouraged in favour of tmp_path #9937 Wolfremium 2022-07-15 12:40:18 +0100
  • 70cac3d464
    Explicit note that tmpdir fixture is discouraged in favour of tmp_path #9937 (#10138) Wolfremium 2022-07-15 12:40:18 +0100
  • b3f724b231
    Update changelog/9937.doc.rst Dani Sancas 2022-07-15 12:52:46 +0200
  • 300015645d Improve tmp_path documentation #9937 kevin.hierro-ext 2022-07-15 10:25:11 +0100
  • 0b65f0bb6f
    Merge pull request #10137 from pytest-dev/backport-10133-to-7.1.x Bruno Oliveira 2022-07-14 21:06:01 -0300
  • 9b3affc006 [7.1.x] Add typing for FixtureRequest.param Nipunn Koorapati 2022-07-14 16:36:05 -0700
  • c1d134172c
    Add typing for FixtureRequest.param (#10133) Nipunn Koorapati 2022-07-14 16:36:05 -0700
  • 208638323c
    Update src/_pytest/fixtures.py Nipunn Koorapati 2022-07-14 13:24:16 -0700
  • c40411749a
    Update changelog/9514.bugfix.rst Nipunn Koorapati 2022-07-14 10:52:03 -0700
  • cbcb3a356e
    Merge pull request #10132 from hroncok/python3.11.0b4 Bruno Oliveira 2022-07-14 08:37:08 -0300
  • 895164c56d Add typing for FixtureRequest.param Nipunn Koorapati 2022-07-13 18:13:22 -0700
  • 09b2c95320 Adjust tests for a last minute Python 3.11 change in the traceback format Miro Hrončok 2022-07-13 17:06:33 +0200
  • c2b1d5b368
    Merge pull request #10127 from pytest-dev/pre-commit-ci-update-config Bruno Oliveira 2022-07-11 19:56:56 -0300
  • 5c513a5fb3
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2022-07-11 21:57:36 +0000
  • ffb9d2bcea
    Merge pull request #10124 from pytest-dev/backport-10123-to-7.1.x Bruno Oliveira 2022-07-11 10:12:50 -0300
  • 55189ebda6 [7.1.x] Fix mypy pre-commit run Anthony Sottile 2022-07-11 08:47:45 -0400
  • 7b9f71d84f
    Merge pull request #10123 from nicoddemus/fix-mypy-pre-commit Anthony Sottile 2022-07-11 08:47:45 -0400
  • 334d6514c6 Fix mypy pre-commit run Bruno Oliveira 2022-07-11 08:27:09 -0300
  • f6dc71c8de
    Merge pull request #10120 from pytest-dev/dependabot/pip/testing/plugins_integration/pytest-mock-3.8.2 Bruno Oliveira 2022-07-11 08:06:23 -0300
  • 8c60fa1ef9
    Merge pull request #10121 from pytest-dev/dependabot/pip/testing/plugins_integration/pytest-sugar-0.9.5 Bruno Oliveira 2022-07-11 08:06:09 -0300
  • b83a74a303
    Merge pull request #10122 from pytest-dev/dependabot/pip/testing/plugins_integration/pytest-bdd-6.0.1 Bruno Oliveira 2022-07-11 08:05:48 -0300
  • 9c5b6fbab2
    build(deps): Bump pytest-bdd in /testing/plugins_integration dependabot[bot] 2022-07-11 03:02:51 +0000
  • b1948c60ac
    build(deps): Bump pytest-sugar in /testing/plugins_integration dependabot[bot] 2022-07-11 03:02:49 +0000
  • da68c9d5bc
    build(deps): Bump pytest-mock in /testing/plugins_integration dependabot[bot] 2022-07-11 03:02:47 +0000
  • 29041e1e1f
    Merge pull request #10118 from pytest-dev/update-plugin-list/patch-7dc540f25 Bruno Oliveira 2022-07-10 07:51:38 -0300
  • dda7673f57 [automated] Update plugin list pytest bot 2022-07-10 00:24:23 +0000
  • 44bdd94c9e
    Merge pull request #10117 from pytest-dev/backport-10115 Anthony Sottile 2022-07-09 06:05:34 -0400
  • 199367168b [7.1.x] replace atomicwrites with os.replace Anthony Sottile 2022-07-08 22:06:56 -0400
  • 7dc540f258
    Merge pull request #10115 from pytest-dev/atomicwrites-windows Anthony Sottile 2022-07-08 22:06:56 -0400
  • 4cd0322ca1 replace atomicwrites with os.replace Anthony Sottile 2022-07-08 16:01:14 -0400
  • 4896772bc5 Use internal atomicwrites implementation and drop dependency Bruno Oliveira 2022-07-08 18:46:21 -0300
  • 753c9cd0ed Simplify the atomic_writes code Bruno Oliveira 2022-07-08 18:45:13 -0300
  • 57945bd8b1 Add docstring and use tmp_path in tests Bruno Oliveira 2022-07-08 18:39:03 -0300
  • 2c1effec33 Add atomicwrites source and tests verbatim from the original repository Bruno Oliveira 2022-07-08 18:29:14 -0300
  • 966d4fb3e4
    Merge pull request #10051 from EmptyRabbit/dev_main Ronny Pfannschmidt 2022-07-08 07:46:10 +0200
  • 8726597321
    Update changelog/9877.bugfix.rst Bruno Oliveira 2022-07-07 09:39:57 -0300
  • aa83fa353c
    Update changelog/9877.bugfix.rst EmptyRabbit 2022-07-07 19:29:50 +0800
  • 1eb8434529
    [7.1.x] Remove europython training (#10108) github-actions[bot] 2022-07-06 11:27:46 +0000
  • 8d7f46e257 [7.1.x] Remove europython training Florian Bruhin 2022-07-06 04:05:08 -0700
  • 4449bdc068
    Remove europython training (#10107) Florian Bruhin 2022-07-06 04:05:08 -0700
  • 929e7d5ae0
    Merge pull request #10106 from pytest-dev/dependabot/pip/testing/plugins_integration/django-4.0.6 Bruno Oliveira 2022-07-06 07:52:52 -0300
  • a75b8a1261 Remove europython training Florian Bruhin 2022-07-06 10:53:31 +0200
  • 6d7973942f
    build(deps): Bump django in /testing/plugins_integration dependabot[bot] 2022-07-05 22:37:17 +0000
  • 720c4585b5 Add pytest.fixture(indirect=...) argument Michał 'Khorne' Lowas-Rzechonek 2022-06-20 12:41:41 +0200
  • 4414c4adae
    Merge pull request #10102 from pytest-dev/pre-commit-ci-update-config Bruno Oliveira 2022-07-04 20:27:59 -0300
  • b99541e744
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2022-07-04 22:38:23 +0000
  • 2863d437d0 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2022-07-04 15:43:14 +0000
  • 01bb8013e8
    Make ApproxScalar hashable Kale Kundert 2022-07-03 18:52:32 -0400
  • 5f57481563
    Merge pull request #10099 from pytest-dev/update-plugin-list/patch-b08c1dcf0 Bruno Oliveira 2022-07-03 09:36:57 -0300
  • 04de180f41 [automated] Update plugin list pytest bot 2022-07-03 00:22:59 +0000
  • d510bbe832 Fix typing of expect_failure() Manuel Jacob 2022-07-01 20:47:45 +0200
  • 8c4ca32f8d WIP: Add a simple way to mark tests as xfail inside test Manuel Jacob 2022-07-01 13:02:02 +0200
  • b08c1dcf0e
    Merge pull request #10093 from pytest-dev/move-changelog-to-bugfix Anthony Sottile 2022-06-30 09:07:24 -0400
  • 3a975e8569
    Merge pull request #10092 from pytest-dev/backport-10088-to-7.1.x Anthony Sottile 2022-06-30 09:04:41 -0400
  • 3e590fe79e git mv changelog/3396.{improvement,bugfix}.rst Anthony Sottile 2022-06-30 05:47:02 -0700
  • 549e3136cc [7.1.x] Pass importmode to import_path in DoctestModule Anthony Sottile 2022-06-29 17:57:37 -0400
  • 7dcabc1f49
    Merge pull request #10088 from alicederyn/doctest.importmode Anthony Sottile 2022-06-29 17:57:37 -0400
  • ec055cf772
    Merge pull request #10091 from pytest-dev/backport-10090 Anthony Sottile 2022-06-29 14:31:09 -0400
  • 550a42d717 [7.1.x] update does_not_raise docs now that pytest is 3.7+ only Anthony Sottile 2022-06-29 14:00:03 -0400
  • 2941da0f2b
    Merge pull request #10090 from pytest-dev/update-does-not-raise Anthony Sottile 2022-06-29 14:00:03 -0400
  • 1b47de7d7f update does_not_raise docs now that pytest is 3.7+ only Anthony Sottile 2022-06-29 13:13:15 -0400
  • 85000f037f Added Alice Purcell to AUTHORS Alice Purcell 2022-06-29 14:39:04 +0100
  • c34eaaaa1c Pass importmode to import_path in DoctestModule Alice Purcell 2022-06-29 14:38:59 +0100
  • 9c6cf93717
    Merge pull request #10087 from pytest-dev/backport-10081-to-7.1.x Bruno Oliveira 2022-06-28 13:10:08 -0300
  • 9a16e69835 [7.1.x] Do not call tearDown for skipped unittest.TestCases with --pdb Bruno Oliveira 2022-06-28 12:49:50 -0300
  • 06738e36df
    Merge pull request #10081 from nicoddemus/unittest-cls-skip-10060 Bruno Oliveira 2022-06-28 12:49:50 -0300
  • 94bc31b07d
    Merge pull request #10086 from pytest-dev/pre-commit-ci-update-config Anthony Sottile 2022-06-28 11:33:04 -0400
  • 04a2765a92
    Merge a3b10bad31 into da9a2b584e Gleb Nikonorov 2022-06-28 16:09:21 +0900
  • b961ef5b79
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2022-06-27 20:50:23 +0000
  • bd642fac70 Do not call tearDown for skipped unittest.TestCases with --pdb Bruno Oliveira 2022-06-26 10:52:01 -0300
  • bf765cc3c8
    Merge pull request #10083 from pytest-dev/backport-10078-to-7.1.x Bruno Oliveira 2022-06-27 10:17:09 -0300
  • 0e7a6a769e [7.1.x] Use PurePath directly instead of os.path.sep in rewrite.py Bruno Oliveira 2022-06-27 09:58:38 -0300
  • da9a2b584e
    Merge pull request #10078 from nicoddemus/pathsep-9791 Bruno Oliveira 2022-06-27 09:58:38 -0300
  • 8bbd35aa69
    Merge pull request #10082 from pytest-dev/dependabot/pip/testing/plugins_integration/pytest-mock-3.8.1 Bruno Oliveira 2022-06-27 07:15:41 -0300
  • 0b1e9ba270
    build(deps): Bump pytest-mock in /testing/plugins_integration dependabot[bot] 2022-06-27 03:02:47 +0000
  • f92c4a77ad Use PurePath directly instead of os.path.sep in rewrite.py Bruno Oliveira 2022-06-26 10:06:18 -0300
  • 8ae6237b3e
    Merge pull request #10077 from pytest-dev/backport-10054-to-7.1.x Bruno Oliveira 2022-06-26 10:54:32 -0300
  • 7127b56a7d
    Merge pull request #10075 from pytest-dev/backport-10056-to-7.1.x Bruno Oliveira 2022-06-26 10:54:22 -0300
  • 9a037a5713
    Merge pull request #10076 from pytest-dev/update-plugin-list/patch-aafac5578 Bruno Oliveira 2022-06-26 10:54:01 -0300
  • b8ce513e95 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2022-06-26 12:56:41 +0000
  • 315695f53f [7.1.x] Indicate support for a tuple of exceptions in xfail raises= Bruno Oliveira 2022-06-26 09:54:18 -0300
  • 11fb5cd331
    Merge pull request #10054 from SnoopJeDi/doc/xfail-multiple-exceptions Bruno Oliveira 2022-06-26 09:54:18 -0300
  • a1027af168 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2022-06-26 01:31:08 +0000
  • 62d975a69e [automated] Update plugin list pytest bot 2022-06-26 00:25:07 +0000
  • 9c3bc106dd [7.1.x] Added Docstring description for the Path property of FixtureRequest #9975 Bruno Oliveira 2022-06-25 20:55:23 -0300
  • aafac5578c
    Merge pull request #10056 from paulreece/fixture-path-doc-fix Bruno Oliveira 2022-06-25 20:55:23 -0300
  • 2b70e7f4df
    Merge pull request #10064 from hugovk/test-me-fix-logging.warn-deprecation Zac Hatfield-Dodds 2022-06-24 23:29:26 -0700
  • d2a206683c
    Merge pull request #10073 from Kache/main Zac Hatfield-Dodds 2022-06-24 23:27:58 -0700
  • f29f79e39f Use records.clear() in LogCaptureHandler when caplog.clear() zx.qiu 2022-06-24 19:17:55 +0800
  • c7e784f95d Fix stage caplog records not clear zx.qiu 2022-06-15 23:11:55 +0800
  • 0a7b8722e5 Clarify writing_plugins naming instructions Kevin C 2022-06-23 17:54:51 -0700
  • aa55975c7d
    Doc: Clear mailbox before deleting the user (#10068) Bruno Oliveira 2022-06-23 21:47:39 -0300