Commit Graph

  • 65fb513b9e Add PYTEST_TMPDIR_FILE_MASK environment variable Jim Brännlund 2023-03-03 01:00:30 +0100
  • 97a2761d72
    Fix test_cmdline_python_namespace_package (#10788) Bruno Oliveira 2023-03-03 12:25:33 -0300
  • 49fa5b1499 Fix test_cmdline_python_namespace_package Bruno Oliveira 2023-03-03 11:49:36 -0300
  • c8c8597633
    fix usage of NamedExpr if python_version >= 3.8 Alessio Izzo 2023-03-02 22:53:22 +0100
  • 3a6c53b4a5
    Merge pull request #2 from aless10/use-variable Alessio Izzo 2023-03-02 22:08:30 +0100
  • ea73f4a1d2
    refactor using self.variable Alessio Izzo 2023-03-02 22:06:14 +0100
  • eab808739c
    Merge pull request #1 from pytest-dev/main Alessio Izzo 2023-03-01 15:05:44 +0100
  • 0bc4bdc063
    refactor trying to clean the code and add comments where conditions on instances of walrus operator Alessio Izzo 2023-03-01 11:27:41 +0100
  • 52f818d2be
    add test on variables that have been overwritten are cleared after each test Alessio Izzo 2023-03-01 01:06:43 +0100
  • 78f3a963cc
    add check and replace on already visited variables that have been changing by the walrus operator Alessio Izzo 2023-03-01 00:51:37 +0100
  • 57c97e1a9d Normalize how changelog entries are written Bruno Oliveira 2023-02-28 14:21:18 -0300
  • e8e7d44a4c
    [7.2.x] made minor updates to fixtures docs (#10778) github-actions[bot] 2023-02-28 16:08:54 +0000
  • 2fd4549db5
    [7.2.x] docs: be more explicit about module level skip preventing collection (#10777) github-actions[bot] 2023-02-28 16:03:47 +0000
  • 56edbf2170 [7.2.x] made minor updates to fixtures docs Billy 2023-02-28 10:42:33 -0500
  • 72de78d406 [7.2.x] docs: be more explicit about module level skip preventing collection Ronny Pfannschmidt 2023-02-28 16:41:31 +0100
  • 88c9e92258
    Minor updates to fixtures docs (#10724) Billy 2023-02-28 10:42:33 -0500
  • 72ad32411f
    Docs: be more explicit about module level skip preventing collection (#10753) Ronny Pfannschmidt 2023-02-28 16:41:31 +0100
  • 299902efc1 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-02-28 15:05:45 +0000
  • 8c92a36d4d
    Update src/_pytest/outcomes.py Bruno Oliveira 2023-02-28 12:04:22 -0300
  • ebad614395
    Update src/_pytest/outcomes.py Ronny Pfannschmidt 2023-02-28 15:50:42 +0100
  • cb9e8be301 Move logic to get_user_id in compat Bruno Oliveira 2023-02-28 11:05:56 -0300
  • d72da480c4
    Apply suggestions from code review Bruno Oliveira 2023-02-28 11:02:17 -0300
  • 07e7deb4a7
    Update changelog/10765.bugfix.rst Bruno Oliveira 2023-02-28 10:59:23 -0300
  • a583c68e15 Correctly handle tracebackhide for chained exceptions Felix Hofstätter 2023-02-28 02:07:17 +0100
  • 572b5657d7
    Merge pull request #10767 from alexhad6/fix-typo-in-python_api.py Bruno Oliveira 2023-02-27 08:59:13 -0300
  • 44afed9b13
    build(deps): Bump pytest-rerunfailures in /testing/plugins_integration (#10754) dependabot[bot] 2023-02-27 08:56:25 -0300
  • 13ea4780b8
    [automated] Update plugin list (#10752) github-actions[bot] 2023-02-27 08:55:33 -0300
  • 364d3dc2bd add changelog and docs Paul Kehrer 2023-02-26 13:20:30 +0800
  • 95d1aa6c8d [automated] Update plugin list update-plugin-list/patch-9ccae9a8e pytest bot 2023-02-26 00:23:58 +0000
  • 135600fca3
    Fix typo in python_api.py Alex Hadley 2023-02-24 15:04:42 -0800
  • c237297b3d Fix OSError in tmpdir on emscripten due to missing getuid() rdb 2023-02-24 23:23:44 +0100
  • 3e90bf573f
    add version check for py<38 Alessio Izzo 2023-02-22 22:28:18 +0100
  • 0e6d6161f6
    add changelog Alessio Izzo 2023-02-22 21:58:00 +0100
  • 948f5e83ea
    add visit_NamedExpr in assertrewrite Alessio Izzo 2023-02-21 00:02:15 +0100
  • 9ccae9a8e3
    Merge pull request #10756 from pytest-dev/pre-commit-ci-update-config Ronny Pfannschmidt 2023-02-22 15:10:09 +0100
  • 77152d26e7
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2023-02-21 03:03:45 +0000
  • 959afc6842 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-02-20 22:33:41 +0000
  • 9c4be4fd58 allow a progress bar even when capture=no Paul Kehrer 2023-02-20 16:19:27 -0600
  • 2a832f09ff fixup: even more explicit about module skip preventing collect Ronny Pfannschmidt 2023-02-20 07:33:06 +0100
  • 40d493d9a9
    build(deps): Bump pytest-rerunfailures in /testing/plugins_integration dependabot[bot] 2023-02-20 03:56:43 +0000
  • 5f83069d86 docs: be more explicit about module level skip preventing collection Ronny Pfannschmidt 2023-02-19 22:54:37 +0100
  • 06f9dd4453 [automated] Update plugin list pytest bot 2023-02-19 00:22:26 +0000
  • cee8d6f274
    [7.2.x] Update import mode documentation to not refer to __import__() anymore. (#10751) github-actions[bot] 2023-02-18 18:57:56 -0300
  • 79108bf9a3
    [7.2.x] add CI and BUILD_NUMBER env var in docs (#10750) github-actions[bot] 2023-02-18 18:57:28 -0300
  • ddf40ec440 [7.2.x] Update import mode documentation to not refer to __import__() anymore. Manuel Jacob 2023-02-18 22:55:46 +0100
  • 3e4cb98371 [7.2.x] add CI and BUILD_NUMBER env var in docs bitzge 2023-02-18 22:52:14 +0100
  • da626e7186
    Update import mode documentation to not refer to __import__() anymore. (#10747) Manuel Jacob 2023-02-18 22:55:46 +0100
  • 051f8f1f0f
    Add CI and BUILD_NUMBER env var in docs (#10749) bitzge 2023-02-18 22:52:14 +0100
  • 186ab21528
    Update doc/en/explanation/pythonpath.rst Bruno Oliveira 2023-02-18 18:51:40 -0300
  • 5c52b904f8
    Apply suggestions from code review Bruno Oliveira 2023-02-18 18:48:47 -0300
  • 576e054326 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-02-18 15:48:33 +0000
  • 0d797889ff add CI and BUILD_NUMBER env var in docs bitzge 2023-02-18 16:37:30 +0100
  • 1969fdbe18 Update import mode documentation to not refer to __import__() anymore. Manuel Jacob 2023-02-17 20:08:00 +0100
  • 31ad577325
    Merge pull request #10741 from pytest-dev/dependabot/pip/testing/plugins_integration/django-4.1.7 Bruno Oliveira 2023-02-16 06:50:38 -0300
  • 835cac8d8b
    build(deps): Bump django in /testing/plugins_integration dependabot[bot] 2023-02-15 20:40:12 +0000
  • 779a87aada
    [7.2.x] Update open training (#10740) github-actions[bot] 2023-02-15 16:07:30 +0100
  • 2d45822cdd [7.2.x] Update open training Florian Bruhin 2023-02-15 15:06:24 +0100
  • 464f29901f
    Update open training (#10739) Florian Bruhin 2023-02-15 15:06:24 +0100
  • efc3560152 Update open training Florian Bruhin 2023-02-15 14:47:00 +0100
  • 25ff7c2129 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-02-14 18:17:33 +0000
  • fe1a92fe47
    Update junitxml.py Krishanu-Git 2023-02-14 23:42:41 +0530
  • 60216810d9
    Merge pull request #10734 from pytest-dev/backport-10725-to-7.2.x Bruno Oliveira 2023-02-14 12:10:39 -0300
  • 37e410fce8 [7.2.x] Fix entry-points declaration in the documentation example using Hatch Garvit Shubham 2023-02-14 19:27:32 +0530
  • 0aeb843e25
    Merge pull request #10729 from nicoddemus/backport-10722 Bruno Oliveira 2023-02-14 10:57:58 -0300
  • aa72496d24
    Fix entry-points declaration in the documentation example using Hatch Garvit Shubham 2023-02-14 19:27:32 +0530
  • 97f477b912
    Update changelog/10721.doc.rst Bruno Oliveira 2023-02-14 10:54:17 -0300
  • e9f3a01392
    [pre-commit.ci] pre-commit autoupdate (#10733) pre-commit-ci[bot] 2023-02-14 07:30:12 -0300
  • d027b5549a
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2023-02-14 03:22:31 +0000
  • 00c94ab01b
    build(deps): Bump pytest-rerunfailures in /testing/plugins_integration (#10731) dependabot[bot] 2023-02-13 08:05:47 -0300
  • b9297c72c4
    build(deps): Bump pytest-rerunfailures in /testing/plugins_integration dependabot[bot] 2023-02-13 03:56:43 +0000
  • 1e83bd8386 Use build-and-inspect-python-package action (#10722) Bruno Oliveira 2023-02-12 21:37:40 -0300
  • 9048621002
    [automated] Update plugin list (#10726) github-actions[bot] 2023-02-12 21:39:45 -0300
  • 27165cf8db
    Use build-and-inspect-python-package action (#10722) Bruno Oliveira 2023-02-12 21:37:40 -0300
  • 3ff1738151 Download package pytest bot 2023-02-12 20:25:52 -0300
  • 7a829cb57d
    Document the location tuple (#10700) Ilya Konstantinov 2023-02-12 09:20:53 -0500
  • 6e1bf7121b [automated] Update plugin list pytest bot 2023-02-12 00:23:54 +0000
  • 2c363a2356 [Writing_plugins.rst] Updating doc(#10721) Garvit Shubham 2023-02-11 23:46:26 +0530
  • 3f766715a4 [Writing plugins] updating doc(#10721) Garvit Shubham 2023-02-11 23:05:12 +0530
  • 215b46dafb minor updates to fixtures docs Billy Kern 2023-02-11 00:14:19 -0500
  • 5426a825e8 [7.2.x] Propagate timestamps from CallInfo to TestReport objects HTRafal 2023-02-10 21:52:54 +0100
  • 5e1c3d2477
    Propagate timestamps from CallInfo to TestReport objects (#10711) HTRafal 2023-02-10 21:52:54 +0100
  • f480335629
    Update test.yml Bruno Oliveira 2023-02-09 14:12:20 -0300
  • 636bd18ba8
    Update pyproject.toml Bruno Oliveira 2023-02-09 14:09:55 -0300
  • 7986175147
    Update pyproject.toml Bruno Oliveira 2023-02-09 14:09:09 -0300
  • c58c572288
    Update test.yml Bruno Oliveira 2023-02-09 13:56:03 -0300
  • d65bff1dd2
    Update deploy.yml Bruno Oliveira 2023-02-09 13:54:35 -0300
  • 34a767322a
    Use build-and-inspect-python-package action Bruno Oliveira 2023-02-09 13:52:04 -0300
  • dc4e56cfae Add UT for TestReport timestamps Rafal Semik 2023-02-09 13:26:54 +0100
  • 02e9e8403e
    Merge pull request #10715 from pytest-dev/backport-10713-to-7.2.x Bruno Oliveira 2023-02-07 19:55:03 -0300
  • 59e7d2bbc9
    [pre-commit.ci] pre-commit autoupdate (#10712) pre-commit-ci[bot] 2023-02-07 19:30:33 -0300
  • 7e1549dfb6 [7.2.x] DOCS-#10687: Add a note about -W vs filterwarnings. Mahesh Vashishtha 2023-02-07 16:27:34 -0600
  • af99040123
    Add a note about -W vs filterwarnings. (#10713) Mahesh Vashishtha 2023-02-07 16:27:34 -0600
  • 386a1f8958
    Revert AUTHORS change since this is a small doc fix. mvashishtha 2023-02-07 09:51:38 -0600
  • e38517eeb8
    DOCS-#10687: Add a note about -W vs filterwarnings. mvashishtha 2023-02-07 09:49:17 -0600
  • a2b7db7655
    build(deps): Bump django in /testing/plugins_integration (#10706) dependabot[bot] 2023-02-07 08:00:16 -0300
  • 9c93c96b14
    [automated] Update plugin list (#10707) github-actions[bot] 2023-02-07 07:59:57 -0300
  • 0803d38a6c [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-02-07 10:59:51 +0000
  • e210fe4676
    Update .pre-commit-config.yaml Bruno Oliveira 2023-02-07 07:58:41 -0300
  • 8324328fde
    Update changelog/10710.improvement.rst HTRafal 2023-02-07 09:53:06 +0100
  • 894aa333a7 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-02-07 04:47:26 +0000