Commit Graph

  • 00085391fb
    Merge pull request #9518 from pytest-dev/dependabot/pip/testing/plugins_integration/anyio-curiotrio--3.5.0 Ran Benita 2022-01-23 22:02:15 +0200
  • bc296443bd
    Merge pull request #9534 from pytest-dev/update-plugin-list/patch-bb5a4e2d6 Ran Benita 2022-01-23 21:46:43 +0200
  • 8dc4378bc9 delete unused var Akuli 2022-01-23 14:34:53 +0200
  • 9fb528fb09 work around flake8 annoyance Akuli 2022-01-23 14:33:05 +0200
  • 365ea122bc don't feel like putting my full name here today Akuli 2022-01-23 14:29:42 +0200
  • 1c5d62848e rename changelog file Akuli 2022-01-23 14:28:55 +0200
  • f5549f9e05 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2022-01-23 12:25:35 +0000
  • 0795b4c16f With -vv, display the full skip/xfail reason instead of "..." Akuli 2022-01-23 13:48:30 +0200
  • dddadefa68 [automated] Update plugin list pytest bot 2022-01-23 00:12:46 +0000
  • aee04cd49f config: avoid stat storm in _getconftestmodules Ran Benita 2022-01-22 00:27:43 +0200
  • bb5a4e2d63
    Merge pull request #9531 from bluetech/misc Ran Benita 2022-01-21 17:24:56 +0200
  • 471634d6bd python: fix confused docstring of `Metafunc._resolve_arg_ids` Ran Benita 2022-01-21 16:16:40 +0200
  • 888026f7a6
    Merge pull request #9171 from bluetech/optimize-keywords-init Ran Benita 2022-01-21 15:19:53 +0200
  • 6d128cd52e python: use a more memory-friendly generator Ran Benita 2021-10-07 01:15:22 +0300
  • 74571ba55f Add missing `keywords` type annotations Ran Benita 2021-10-06 23:29:48 +0300
  • 456a2538ac python: optimize node keywords initialization Ran Benita 2021-10-06 22:50:36 +0300
  • 3c69bc919c python: remove broken/ineffectual keywords marks initialization Ran Benita 2021-10-06 22:59:34 +0300
  • d9bcfa0c2b python: don't redundantly duplicate parent markers to own keywords Ran Benita 2021-10-06 22:41:04 +0300
  • 8713c32462 python: unpacked marks need to be added to keywords on all node types Ran Benita 2021-10-07 00:37:19 +0300
  • e9bb1aa233 python: be consistent with what value marks have in keywords Ran Benita 2021-10-07 00:42:43 +0300
  • 4e5fb520b6 python: remove an unneeded normalize_mark_list call Ran Benita 2021-10-06 22:39:49 +0300
  • 6672a10354 fixtures: use node.ihook instead of open-coding it Ran Benita 2022-01-19 15:42:04 +0200
  • 6a1b8e4b28 Merge pull request #9522 from holmanb/rewrite-test Bruno Oliveira 2022-01-20 13:18:12 -0300
  • 4c8fb6f0af
    Merge pull request #9522 from holmanb/rewrite-test Bruno Oliveira 2022-01-20 13:18:12 -0300
  • 1fd0dcd510 fix missing ref to flattened fixture order image Chris NeJame 2022-01-19 09:09:47 -0500
  • 3f44b4078c Add test coverage to test rewrite Brett Holman 2022-01-18 09:46:06 -0700
  • c393f95c99
    build(deps): Bump anyio[curio,trio] in /testing/plugins_integration dependabot[bot] 2022-01-17 03:02:30 +0000
  • cd1c5933f7
    build(deps): Bump pytest-asyncio in /testing/plugins_integration dependabot[bot] 2022-01-17 03:02:27 +0000
  • fe1f0e5376
    Merge pull request #9516 from pytest-dev/update-plugin-list/patch-a6310c20c Bruno Oliveira 2022-01-16 09:03:31 -0300
  • 947b5dbc47 [automated] Update plugin list pytest bot 2022-01-16 00:13:41 +0000
  • 5c49dea989
    Merge pull request #9513 from pytest-dev/backport-9512-to-7.0.x Ran Benita 2022-01-14 18:30:33 +0200
  • a1635ca49a [7.0.x] testing: avoid private pluggy attributes in test Ran Benita 2022-01-14 18:09:10 +0200
  • a6310c20c1
    Merge pull request #9512 from bluetech/pluggy-private Ran Benita 2022-01-14 18:09:10 +0200
  • 3f4eab3f8f testing: avoid private pluggy attributes in test Ran Benita 2022-01-14 17:49:38 +0200
  • efbd83fe04
    Add changelog expose-fixturedef Andrew Svetlov 2022-01-14 15:24:39 +0200
  • 23232f3aa0
    Expose FixtureDef and SubRequest Andrew Svetlov 2022-01-14 15:10:02 +0200
  • 46c06e7560
    Merge pull request #9508 from pytest-dev/backport-9495-to-7.0.x Bruno Oliveira 2022-01-13 17:11:22 -0300
  • 94bcd2ce0f [7.0.x] Add docs on pytest.warns(None) deprecation Olga Matoula 2022-01-13 20:32:22 +0200
  • 2ad1b589af
    Add docs on pytest.warns(None) deprecation (#9495) Olga Matoula 2022-01-13 20:32:22 +0200
  • 4967a0d084
    Merge pull request #9507 from nicoddemus/backport-9506 Bruno Oliveira 2022-01-13 15:14:32 -0300
  • 35d27d2346 Fix reference link Olga Matoula 2022-01-13 18:11:24 +0000
  • 51ea042162 Fix references for warnings use cases Olga Matoula 2022-01-13 18:06:03 +0000
  • efa02cffdd Merge pull request #9506 from eamanu/fix-9505 Bruno Oliveira 2022-01-13 13:52:09 -0300
  • e9ed4827a4
    Merge pull request #9506 from eamanu/fix-9505 Bruno Oliveira 2022-01-13 13:52:09 -0300
  • 5c2d752e74
    improve docs Emmanuel Arias 2022-01-13 13:29:08 -0300
  • 0fe0b78a9f
    Improve on configuration file docs section Emmanuel Arias 2022-01-13 12:52:18 -0300
  • e69f04e3ce Add new section for common warnings use cases Olga Matoula 2022-01-12 17:42:15 +0000
  • f1aa7a25de
    Merge pull request #9493 from bluetech/conftesting Ran Benita 2022-01-12 10:38:14 +0200
  • 0644de3472 Break up long line Florian Bruhin 2022-01-11 17:47:12 +0100
  • 202e44b5e6
    Merge pull request #9500 from pytest-dev/pre-commit-ci-update-config Anthony Sottile 2022-01-10 18:33:35 -0500
  • 8891d1f449
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2022-01-10 21:28:04 +0000
  • b5a6e30dae
    Merge pull request #9499 from pytest-dev/backport-9494-to-7.0.x Ran Benita 2022-01-10 21:28:12 +0200
  • d0ae12ca76 [7.0.x] python: add back `instance` accessor to all python nodes, not just Function Ran Benita 2022-01-10 21:08:46 +0200
  • a425f15330
    Merge pull request #9494 from bluetech/instance-property Ran Benita 2022-01-10 21:08:46 +0200
  • 610edd156e
    Merge pull request #9497 from pytest-dev/dependabot/pip/testing/plugins_integration/django-4.0.1 Bruno Oliveira 2022-01-10 07:58:56 -0300
  • a81a177752 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2022-01-10 10:52:47 +0000
  • 375be235d7 Add additional docs for uncooperative ctor deprecation Florian Bruhin 2022-01-10 11:51:07 +0100
  • 0d5f52b127
    build(deps): Bump django in /testing/plugins_integration dependabot[bot] 2022-01-10 03:02:30 +0000
  • aeae183c75 Add docs on pytest.warns(None) deprecation Olga Matoula 2022-01-09 22:09:30 +0000
  • 0995e84adb
    Merge pull request #9492 from pytest-dev/update-plugin-list/patch-abe2a8f4e Ran Benita 2022-01-09 13:14:03 +0200
  • 161bc48117 config: get rid of _conftestpath2mod Ran Benita 2022-01-09 00:38:40 +0200
  • 0ef882364e config: stop resolving symlinks in conftest paths Ran Benita 2022-01-09 01:40:57 +0200
  • f08a77de77 python: add back `instance` accessor to all python nodes, not just Function Ran Benita 2022-01-09 12:12:19 +0200
  • f0dab8ba8d [automated] Update plugin list pytest bot 2022-01-09 00:12:59 +0000
  • d98b695fec config: return Sequence instead of List from _getconftestmodules Ran Benita 2022-01-09 00:28:44 +0200
  • ed83efaf4b testing/test_monkeypatch: fix some patches leaking into pytest code Ran Benita 2022-01-09 00:12:33 +0200
  • 0c98f19231 config: make confcutdir check a bit more clear & correct Ran Benita 2022-01-08 22:41:14 +0200
  • 1c7644cc7a config: some comments Ran Benita 2022-01-08 13:50:52 +0200
  • 5f23157b39 config: remove always truthy condition Ran Benita 2022-01-08 12:36:43 +0200
  • 0c5fc61610
    Merge pull request #9485 from pytest-dev/backport-9484-to-7.0.x Ran Benita 2022-01-07 13:44:58 +0200
  • 41cb93b549 [7.0.x] config: fix incorrect cache hit check in _getconftestmodules Ran Benita 2022-01-07 13:27:45 +0200
  • abe2a8f4e1
    Merge pull request #9484 from bluetech/getconftestmodules-cache-fix Ran Benita 2022-01-07 13:27:45 +0200
  • b19374bc19 config: fix incorrect cache hit check in _getconftestmodules Ran Benita 2022-01-07 12:15:34 +0200
  • 40cf77538f [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2022-01-05 20:01:27 +0000
  • cee2cf30bf - added 'useful' output franz 2022-01-05 19:06:26 +0100
  • 9e8755b51f [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2022-01-04 14:35:53 +0000
  • 7381ce2d83
    Merge pull request #9474 from pytest-dev/backport-9400-to-7.0.x Bruno Oliveira 2022-01-04 11:28:51 -0300
  • 5d151c0e7c
    Merge pull request #9476 from pytest-dev/backport-9464-to-7.0.x Bruno Oliveira 2022-01-04 11:27:48 -0300
  • f988e070c6 [7.0.x] Doc update: clarify -W syntax Dan Alvizu 2022-01-04 06:55:01 -0700
  • dd874eb095 Make 'warnings' and 'deselected' in assert_outcomes optional Bruno Oliveira 2022-01-04 10:59:22 -0300
  • 71baf24b6d
    Doc update: clarify -W syntax (#9464) Dan Alvizu 2022-01-04 06:55:01 -0700
  • 9d02ecbd4a
    Apply suggestions from code review Bruno Oliveira 2022-01-04 10:35:41 -0300
  • b5a72c30da - instead of throwing exception, return empty sequence franz 2022-01-04 14:26:31 +0100
  • 1a04121f2f [7.0.x] Ensure Config.inifile is available during pytest_cmdline_main Bruno Oliveira 2022-01-04 10:22:35 -0300
  • fa43b8dfb2
    Merge pull request #9400 from nicoddemus/configinifile-9396 Bruno Oliveira 2022-01-04 10:22:35 -0300
  • 696f955ff8 Split wrappers and non-wrappers in test_load_initial_conftest_last_ordering Bruno Oliveira 2021-12-08 11:49:04 -0300
  • 4038752bf3 Ensure Config.inifile is available during pytest_cmdline_main Bruno Oliveira 2021-12-08 11:01:10 -0300
  • 1860140460
    Merge pull request #9472 from pytest-dev/pre-commit-ci-update-config Anthony Sottile 2022-01-03 19:43:46 -0500
  • 90a480044a
    Update doc/en/how-to/capture-warnings.rst Dan Alvizu 2022-01-03 16:56:57 -0700
  • b6350b8b97
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2022-01-03 21:08:03 +0000
  • 56081ca075
    [automated] Update plugin list (#9468) github-actions[bot] 2022-01-03 18:57:32 +0100
  • d60771f986
    ci: Try backporting via pull_request_target (#9430) Florian Bruhin 2022-01-03 15:14:40 +0100
  • 817806a65e ci: Security improvements Florian Bruhin 2022-01-03 14:54:02 +0100
  • 03c816ac51 [automated] Update plugin list pytest bot 2022-01-02 00:12:44 +0000
  • 548cc4fc17
    Merge pull request #9467 from hugovk/ci-rm-feature-branch-restriction Anthony Sottile 2022-01-01 18:29:14 -0500
  • 819c67f58e Also test branches prefixed test-me- Hugo van Kemenade 2022-01-01 23:36:10 +0200
  • 40c49daafd
    Update capture-warnings.rst Dan Alvizu 2021-12-30 19:49:40 -0700
  • 3b0132a807
    Update capture-warnings.rst Dan Alvizu 2021-12-30 15:44:22 -0700
  • 4995bc30af
    Update capture-warnings.rst doc on syntax Dan Alvizu 2021-12-30 15:43:12 -0700
  • 9a992df3c9
    Merge pull request #9455 from pytest-dev/pre-commit-ci-update-config Anthony Sottile 2021-12-30 11:54:49 -0500