Commit Graph

  • 7de869d8c2 Improve tests and docs Bruno Oliveira 2024-04-20 10:04:57 -0300
  • 6fb474a3eb
    Refactor insert_missing_modules function (#12210) Bruno Oliveira 2024-04-20 08:58:14 -0300
  • 9493130030 Refactor insert_missing_modules function Bruno Oliveira 2024-04-13 11:06:22 -0300
  • ff806b239e
    importlib: set children as attribute of parent modules (#12208) Bruno Oliveira 2024-04-20 08:31:33 -0300
  • 9cbbcf7cba Additional test Bruno Oliveira 2024-04-20 08:15:04 -0300
  • f62efb9934 review: do not search sys.modules if parent_module_name is empty Bruno Oliveira 2024-04-20 08:03:41 -0300
  • 91146eacfa Add test without __init__.py files Bruno Oliveira 2024-04-13 12:14:27 -0300
  • 9dc41a74bd Remove outdated comment Bruno Oliveira 2024-04-13 12:08:35 -0300
  • 3c6caf65eb Use _import_module_using_spec to import parent modules Bruno Oliveira 2024-04-13 12:03:49 -0300
  • f4289181cb importlib: _import_module_using_spec also imports parent modules Bruno Oliveira 2024-04-13 11:39:54 -0300
  • 70dd4b0880 importlib: set module as attribute in its parent module Bruno Oliveira 2024-04-12 15:53:31 -0300
  • 3ca5036cd0 Merge branch 'importorskip-ModuleNotFoundError' shekhuverma 2024-04-20 12:43:39 +0530
  • 9a9643d29e Added warning and Test Cases shekhuverma 2024-04-20 12:43:16 +0530
  • 1456b71990 Merge branch 'importorskip-ModuleNotFoundError' shekhuverma 2024-04-19 19:27:12 +0530
  • 543262c4c8 added exc_types parameter in importorskip shekhuverma 2024-04-19 19:26:57 +0530
  • 1fe14e096d Merge branch 'importorskip-ModuleNotFoundError' shekhuverma 2024-04-19 16:43:51 +0530
  • fd288e13ac added testing for importorskip shekhuverma 2024-04-19 16:43:07 +0530
  • 3f80fd7b26
    Merge branch 'pytest-dev:main' into main Shekhar verma 2024-04-19 13:48:27 +0530
  • ad95d59d61
    Use monkeypatch in test_pytest_version_env_var dj 2024-04-19 07:35:29 +0530
  • d97fe5663b Replaced os.environ["PYTEST_VERSION"] = "old version" by monkeypatch.setenv("PYTEST_VERSION", "old version") to ensure this env variable is cleaned up after this ut, its a good practise to make sure one ut doesnt affect other uts unless theres a specific reason dheerajck 2024-04-19 00:08:45 +0530
  • 48b6d18834
    Add PYTEST_VERSION environment variable (#12190) dj 2024-04-18 16:15:47 +0530
  • c50f156754
    Update src/_pytest/config/__init__.py Bruno Oliveira 2024-04-18 07:31:01 -0300
  • bf911a168e Merge branch 'dict-list-assert-trunc' of https://github.com/mberkowitz03/pytest into dict-list-assert-trunc Max Berkowitz 2024-04-17 00:05:20 -0400
  • 3a2621158c Changed importError to ModuleNotFoundError shekhuverma 2024-04-16 19:54:16 +0530
  • 58844247f7
    [pre-commit.ci] pre-commit autoupdate (#12218) pre-commit-ci[bot] 2024-04-15 23:04:19 +0000
  • ddc7b9e78b
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2024-04-15 22:25:03 +0000
  • b56b294f54
    build(deps): Bump peter-evans/create-pull-request from 6.0.2 to 6.0.3 (#12215) dependabot[bot] 2024-04-15 13:08:38 -0300
  • 6e248818b9
    Merge pull request #12212 from pytest-dev/update-plugin-list/patch-089116bdf Ran Benita 2024-04-15 17:59:30 +0300
  • 0644e467fb
    build(deps): Bump hynek/build-and-inspect-python-package (#12214) dependabot[bot] 2024-04-15 10:33:41 +0200
  • 1ce5d57b86
    build(deps): Bump peter-evans/create-pull-request from 6.0.2 to 6.0.3 dependabot[bot] 2024-04-15 03:09:33 +0000
  • 26fd9684c5
    build(deps): Bump hynek/build-and-inspect-python-package dependabot[bot] 2024-04-15 03:09:28 +0000
  • 5f6e825a26 [automated] Update plugin list pytest bot 2024-04-14 00:21:52 +0000
  • f45f99be1e changed the fixture for spam function erjan 2024-04-13 01:02:12 +0500
  • 75735396a3 truncate test for output checking Max Berkowitz 2024-04-11 12:31:07 -0400
  • 089116bdff
    short test summary: do not truncate text when -vv is given HolyMagician03-UMich 2024-04-10 07:07:18 -0400
  • 28169e96bf update hooks reference Aleksandr Brodin 2024-04-10 17:28:07 +0700
  • 86a3ed6ae4 move fixture finalizing to standalone hook Aleksandr Brodin 2024-03-27 10:13:11 +0700
  • 108f99086d update exception spec description Aleksandr Brodin 2024-03-26 15:38:24 +0700
  • 5df7641107 add exception spec to pytest_fixture_post_finalizer hook Aleksandr Brodin 2024-03-26 11:17:59 +0700
  • 1f001cd105
    Merge pull request #12199 from tamird/mkdir-test-init Ran Benita 2024-04-09 22:26:36 +0300
  • 99890636bf
    Refine how we detect namespace packages (#12169) Bruno Oliveira 2024-04-09 13:21:51 -0300
  • 95f70839c7 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-04-09 14:21:32 +0000
  • 2f8e436213
    Cleaning up, if there was a value set for PYTEST_VERSION before pytest run by the calling process, we set it back after pytest run dj 2024-04-09 19:49:11 +0530
  • 17fc20af78
    build(deps): Bump hynek/build-and-inspect-python-package (#12195) dependabot[bot] 2024-04-09 10:04:42 -0300
  • 1ca59dfd6b
    [pre-commit.ci] pre-commit autoupdate (#12200) pre-commit-ci[bot] 2024-04-09 09:55:05 -0300
  • 92baac96f3
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2024-04-08 22:37:03 +0000
  • bb6c58ac02 Simplify testing Bruno Oliveira 2024-04-08 14:37:34 -0300
  • e06c337bd8
    Add test for Cache.mkdir Tamir Duberstein 2024-04-08 15:02:31 +0100
  • a02cc0ad1b
    Add types Tamir Duberstein 2024-04-08 14:59:51 +0100
  • d13e861a11
    Merge branch 'main' into dependabot/github_actions/hynek/build-and-inspect-python-package-2.2.1 Pierre Sassoulas 2024-04-08 12:15:21 +0200
  • 74f05648d5
    build(deps): Bump django in /testing/plugins_integration (#12196) dependabot[bot] 2024-04-08 12:15:01 +0200
  • c0ffee2be1
    Better Anita Hammer 2024-04-08 09:07:02 +0100
  • c0ffee0f1e
    Changelog Anita Hammer 2024-04-08 08:52:57 +0100
  • 3a99789de9
    build(deps): Bump django in /testing/plugins_integration dependabot[bot] 2024-04-08 03:36:09 +0000
  • e4cc832122
    build(deps): Bump hynek/build-and-inspect-python-package dependabot[bot] 2024-04-08 03:05:24 +0000
  • c0ffee73c6
    Fix test Anita Hammer 2024-04-08 03:00:31 +0100
  • c0ffee6086
    Add test Anita Hammer 2024-04-08 01:24:54 +0100
  • ccf9c7e234
    Merge branch 'main' into main HolyMagician03-UMich 2024-04-07 13:17:28 -0400
  • 10243b79d5 Merge branch 'main' of github.com:HolyMagician03-UMich/pytest HolyMagician03-UMich 2024-04-07 12:49:34 -0400
  • 0407acbb17 modified config stub in test_line_with_reprcrash to use verbose=0 HolyMagician03-UMich 2024-04-07 12:49:13 -0400
  • 24372bbdb1 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-04-07 14:20:54 +0000
  • 14bf4974b5 adopted suggested changes, made testcase HolyMagician03-UMich 2024-04-07 10:20:34 -0400
  • d6d59fed41 Added details about PYTEST_VERSION to doc/en/reference/reference.rst dheerajck 2024-04-07 19:28:38 +0530
  • 237ea1ac23
    Apply suggestions from code review dj 2024-04-07 18:24:35 +0530
  • 1e22e0f705 Change compute_module_name to return Optional Bruno Oliveira 2024-04-07 09:19:00 -0300
  • 981e3996fb Change test_is_importable Bruno Oliveira 2024-04-07 08:45:07 -0300
  • 451a12c451 Improve is_importable tests Bruno Oliveira 2024-04-06 18:49:02 -0300
  • b6c0190f15 Refactor is_importable and improve docs Bruno Oliveira 2024-04-06 18:41:40 -0300
  • 04cbe4f640 Cleanup test_pathlib a bit Bruno Oliveira 2024-04-06 12:31:25 -0300
  • 495a6a8d5f Raname path -> module_path for clarity Bruno Oliveira 2024-04-06 12:27:04 -0300
  • 34980949f3 Change issue to improvement Bruno Oliveira 2024-04-06 12:24:58 -0300
  • 22afde54e7 Improve readability in resolve_pkg_root_and_module_name a bit Bruno Oliveira 2024-04-06 12:13:46 -0300
  • 24c7d2c2a0 Simplify spec_matches_module_path Bruno Oliveira 2024-04-06 12:11:00 -0300
  • fddb7db189 Refactor code and improve docs Bruno Oliveira 2024-04-06 11:12:28 -0300
  • f523279531 Support full namespace packages without __init__ Bruno Oliveira 2024-04-06 10:40:26 -0300
  • 8fd7333554 Reuse code to test the namespace packages Bruno Oliveira 2024-03-31 10:20:15 -0300
  • 6e5d2e13bc Add test for more complex ns with no __init__ file Bruno Oliveira 2024-03-31 10:09:26 -0300
  • 09643d9eba Drop explicit checks from is_namespace_package and add tests Bruno Oliveira 2024-03-31 09:47:21 -0300
  • 7a25556ae5 Improve check for __init__ files Bruno Oliveira 2024-03-31 09:35:48 -0300
  • fedeb6b010 Update src/_pytest/pathlib.py Bruno Oliveira 2024-03-30 17:10:09 -0300
  • 8bd67cceaf Refine how we detect namespace packages Bruno Oliveira 2024-03-30 09:56:11 -0300
  • 68a4d9830a Add regression test for #12112 Bruno Oliveira 2024-03-30 12:09:57 -0300
  • f75dd87eb7
    [automated] Update plugin list (#12193) github-actions[bot] 2024-04-07 08:57:04 -0300
  • 6f2fab8910 [automated] Update plugin list pytest bot 2024-04-07 00:21:00 +0000
  • 2061e2968c attempts to fix parameter by explicitly making sure that config is of type Config, defined in pytest. HolyMagician03-UMich 2024-04-06 20:05:24 -0400
  • 079578f767 Merge branch 'main' of github.com:HolyMagician03-UMich/pytest HolyMagician03-UMich 2024-04-06 19:14:16 -0400
  • 7d361362c6 added argument to get_verbosity call HolyMagician03-UMich 2024-04-06 19:13:49 -0400
  • 6b65e2345a [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-04-06 22:15:44 +0000
  • b2587554e3 modified changelog and AUTHORS HolyMagician03-UMich 2024-04-06 18:15:24 -0400
  • 4d27b05274 resolves issue #11777 HolyMagician03-UMich 2024-04-06 18:02:24 -0400
  • 95fa59f782 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2024-04-06 21:22:03 +0000
  • 4a1f432d44
    Update runner.py Anita Hammer 2024-04-06 22:21:46 +0100
  • 0be9c399ab
    Update runner.py Anita Hammer 2024-04-06 21:58:40 +0100
  • 5acc3f86ac
    Merge pull request #12168 from tamird/fix-gitignore-missing Ran Benita 2024-04-06 23:18:19 +0300
  • dff74a9bf4 Added changelog dheerajck 2024-04-06 12:31:14 +0530
  • e2947e7106 Added author dheerajck 2024-04-06 12:25:22 +0530
  • 6bb894a521 Added ut to make sure PYTEST_VERSION is added and removed from env properly dheerajck 2024-03-23 21:27:56 +0530
  • c3e8ec8989 Added environment variable PYTEST_VERSION which specifies pytest version, this is set when pytest is running and unset just before pytest is stopped dheerajck 2024-03-23 21:07:03 +0530
  • 4e3dd21506
    Improve stale bot messages (#12185) Florian Bruhin 2024-04-04 00:24:34 +0200
  • 25bea799bd
    Update .github/workflows/stale.yml Florian Bruhin 2024-04-03 22:45:38 +0200