Commit Graph

  • e1c66ab0ad Different fix for conftest loading Ran Benita 2023-12-05 23:07:06 +0200
  • 385796ba49 Rework Session and Package collection Ran Benita 2023-06-02 16:03:39 +0300
  • f411c8d6d7 main: add `with_parents` parameter to `isinitpath` Ran Benita 2023-06-30 10:56:58 +0300
  • c7fcb3f281
    Merge pull request #11689 from pytest-dev/update-plugin-list/patch-d1675646f Ran Benita 2023-12-10 09:59:06 +0200
  • c1339628d6
    Merge pull request #11684 from bluetech/docs-nitpicky Ran Benita 2023-12-10 09:42:30 +0200
  • 397769c45e
    Merge pull request #11677 from bluetech/nodes-abc Ran Benita 2023-12-10 09:41:46 +0200
  • 5381cd083f [automated] Update plugin list pytest bot 2023-12-10 00:20:38 +0000
  • 946c32b420 Merge branch 'main' into Improvement-remove-prune_dependency_tree Sadra Barikbin 2023-12-09 23:39:04 +0330
  • beed0f5508 Create tests to showcase all terminal text styling. TyYan03 2023-12-09 14:32:08 -0500
  • b6d830a748 terminalwriter: ran linting on file. TyYan03 2023-12-08 18:14:21 -0500
  • cb499d7483 terminalwriter: Adding styling class for True Color Formatter. TyYan03 2023-12-08 18:12:36 -0500
  • 764fb1af8e terminalwriter: Create styling class for 256 Formatter. TyYan03 2023-12-08 17:53:33 -0500
  • c7b5175d7f terminalwriter: Added TrueColor and 256 Formatter. TyYan03 2023-12-08 17:50:20 -0500
  • 7459535127 Re-added _surrounding_parens_on_own_lines(), and fixed test cases related to issue #10863 to account for new changes from main JamieC2002 2023-12-07 20:21:04 -0500
  • 1741952b49 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-12-08 01:02:07 +0000
  • 154c11034d
    Merge branch 'main' into full_diff_issue JamieC2002 2023-12-07 20:01:31 -0500
  • 21c08dae13 added more tests to check for longer multiline string output and multiple multiline strings Kaylin Yeoh 2023-12-07 19:57:53 -0500
  • f8f8e544b7 Revised formatting to work with multiple implicitly concatenated strings JamieC2002 2023-12-07 19:46:12 -0500
  • 1ef76f3a0a Revised formatting to work with multiple implicitly concatenated strings JamieC2002 2023-12-07 19:45:39 -0500
  • 7cab05fdda added documentation Kaylin Yeoh 2023-12-07 19:03:42 -0500
  • 6a43aecb5c Merge branch 'full_diff_issue' of github.com:JamieC2002/pytest into full_diff_issue Kaylin Yeoh 2023-12-07 18:56:29 -0500
  • 7c6915da64 added test cases for multiline string diffs Kaylin Yeoh 2023-12-07 18:56:03 -0500
  • 5c8d6a8bb4 Merge branch 'full_diff_issue' of https://github.com/JamieC2002/pytest into full_diff_issue JamieC2002 2023-12-07 18:54:11 -0500
  • 3a513ac6bd Added conditional to check if left or right is an empty list. Added modifications to the formatting to fix strings that were created with implicit string concatenation. JamieC2002 2023-12-07 18:53:10 -0500
  • d8c80eb35b corrected minversion Kaylin Yeoh 2023-12-07 18:22:06 -0500
  • 0ae02e2165 nodes,python: mark abstract node classes as ABCs Ran Benita 2023-12-06 18:27:17 +0200
  • 2aa8743bbe doc: enable Sphinx nitpicky mode Ran Benita 2023-12-07 10:30:21 +0200
  • ee91d095f6 doc: fix more broken Sphinx references Ran Benita 2023-12-07 10:30:17 +0200
  • f76af423b0 doc/reference: document `FixtureLookupError` Ran Benita 2023-12-07 10:41:51 +0200
  • 4918883336 python_api: remove unused function `_non_numeric_type_error` Ran Benita 2023-12-07 11:03:52 +0200
  • d1675646f2
    Merge pull request #11678 from pytest-dev/doc-nitpicks Ran Benita 2023-12-07 09:40:52 +0200
  • d17646461c Added edge case code for solving issue 10825 Ardavan Alaei Fard 2023-12-07 00:30:35 -0500
  • 15e0e951e8
    Make use of `-I` in all Python invocations Sviatoslav Sydorenko 2023-12-07 02:07:09 +0100
  • f41647ef77
    Merge 19b38bee94 into a536f49d91 Jack Liu 2023-12-06 20:04:01 -0600
  • 30ce631fb9
    Securely pin re-actors/alls-green to v1.2 commit Sviatoslav Sydorenko 2022-09-24 23:39:20 +0200
  • b92fde37ce
    Introduce a gate/check GHA job Sviatoslav Sydorenko 2022-09-24 23:36:50 +0200
  • 7c04650094 Added author names Itamar Hindi 2023-12-06 19:19:03 -0500
  • ebe2257919
    Merge branch 'pytest-dev:main' into issue-11037 OlegP-andrew 2023-12-06 19:12:08 -0500
  • be0d6e49d9 Included stdio in choices under Group._addoption to have stdio display both stdout and stderr. Eichel Choi 2023-12-06 19:02:14 -0500
  • 0cb5ac389f Added an update in changelog for the new feature Itamar Hindi 2023-12-06 19:05:09 -0500
  • c49e906cc3 Added additional testing to confirm stdout and stderr in result and not log Itamar Hindi 2023-12-06 18:54:08 -0500
  • 1009e1f754 Added stdio checker Itamar Hindi 2023-12-06 18:49:47 -0500
  • ea5f445d12 Used stdio for showcapture to show both stdout and stderr in debugging Eichel Choi 2023-12-06 17:57:52 -0500
  • 9056db4de5 doc: fix some broken Sphinx references Ran Benita 2023-12-06 23:37:52 +0200
  • a5ee9f2ecd doc: document `pytest.{hookspec,hookimpl}` in the API Reference Ran Benita 2023-12-06 23:58:07 +0200
  • 4c43e11e16 fixup! Add syntactic highlighting to the error explanations Benjamin Schubert 2023-12-06 13:07:42 +0000
  • 35f36da865 Add syntactic highlighting to the error explanations Benjamin Schubert 2023-11-27 12:38:43 +0000
  • c5da533c79 Put a 'reset' color in front of the highlighting Benjamin Schubert 2023-11-15 09:22:39 +0000
  • a536f49d91
    Separate the various parts of the error report with newlines (#11659) Benjamin Schubert 2023-12-06 09:25:00 +0000
  • e0c51ecec8
    Merge branch 'main' into bschubert/separate-diff-report Benjamin Schubert 2023-12-06 09:10:50 +0000
  • cd269f0e6d
    Merge pull request #11668 from bluetech/rm-setup-py Ran Benita 2023-12-05 17:29:43 +0200
  • 2023fa7de8 draft implementation of RaisesGroup jakkdl 2023-12-01 17:45:50 +0100
  • ba8ed28858 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-12-05 12:42:28 +0000
  • 9a1c8b31c7 Improve error message when using @pytest.fixture twice Florian Bruhin 2023-12-05 13:39:43 +0100
  • 3cd35b0680 Applied fix to Issue 11457 by adding a suppress context field to fail function Sean Pourgoutzidis 2023-12-04 22:14:35 -0500
  • b8483dcb41 removed test file, no longer needed Kaylin Yeoh 2023-12-04 18:51:12 -0500
  • b8118ab70d Remove `setup.py` Ran Benita 2023-12-04 22:41:20 +0200
  • 1491a6e4bb Merge branch 'main' into Improvement-remove-prune_dependency_tree Sadra Barikbin 2023-12-04 18:04:56 +0330
  • 022f1b4de5
    build(deps): Bump pytest-bdd in /testing/plugins_integration (#11665) dependabot[bot] 2023-12-04 13:58:18 +0000
  • 7429befa6f
    Merge branch 'main' into dependabot/pip/testing/plugins_integration/pytest-bdd-7.0.1 Bruno Oliveira 2023-12-04 10:42:07 -0300
  • db8c6f1da8
    build(deps): Bump pytest-asyncio in /testing/plugins_integration (#11664) dependabot[bot] 2023-12-04 10:41:34 -0300
  • 3e14c4b3c4
    build(deps): Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 (#11663) dependabot[bot] 2023-12-04 10:41:20 -0300
  • 2603d4d905
    build(deps): Bump pytest-bdd in /testing/plugins_integration dependabot[bot] 2023-12-04 03:58:10 +0000
  • 7be768676d
    build(deps): Bump pytest-asyncio in /testing/plugins_integration dependabot[bot] 2023-12-04 03:58:07 +0000
  • c30749e335
    build(deps): Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 dependabot[bot] 2023-12-04 03:44:23 +0000
  • 19b38bee94 changed _pytest to pytest_ Leeds9z 2023-12-03 15:21:48 -0500
  • 19e3cfe6b2
    Merge branch 'main' into bschubert/separate-diff-report Benjamin Schubert 2023-12-03 16:52:48 +0000
  • 775e67af4a fixup! fixup! Separate the various parts of the error report with newlines Benjamin Schubert 2023-12-03 14:59:39 +0000
  • 714ce2e872
    [automated] Update plugin list (#11658) github-actions[bot] 2023-12-03 11:49:36 -0300
  • 69e91bca87 fixup! Separate the various parts of the error report with newlines Benjamin Schubert 2023-12-03 14:24:15 +0000
  • 7e17b5972d
    Add a single failing test to sample Patrick Lannigan 2023-12-03 08:17:54 -0500
  • 44bab5e0bc
    Showing file path also needs to respect verbosity Patrick Lannigan 2023-12-03 08:12:19 -0500
  • 629f165045
    Restructure tests to use a less complicated sample file Patrick Lannigan 2023-12-03 07:33:23 -0500
  • ed9e5ee6bb Separate the various parts of the error report with newlines Benjamin Schubert 2023-12-03 12:59:28 +0000
  • be2eb4ab83
    Merge branch 'main' into test-case-verbosity Patrick Lannigan 2023-12-02 21:19:41 -0500
  • 61cc290f3e
    Organize tests into a class Patrick Lannigan 2023-12-02 19:52:53 -0500
  • a99b2ff893 [automated] Update plugin list pytest bot 2023-12-03 00:20:07 +0000
  • eb38e69e86 created test file to test issue Kaylin Yeoh 2023-12-02 17:49:20 -0500
  • dc52beadc4
    Add more type annotations to test function Patrick Lannigan 2023-12-02 17:39:45 -0500
  • 018b290faa
    Consolidate changelog and correct typo Patrick Lannigan 2023-12-02 16:57:30 -0500
  • b2f659780a type->Type jakkdl 2023-12-01 18:28:12 +0100
  • e577541b4b import exceptiongroup on <3.11 jakkdl 2023-12-01 18:19:15 +0100
  • 91084644a0 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-12-01 17:07:38 +0000
  • 9a48173a6a draft implementation of ExpectedExceptionGroup jakkdl 2023-12-01 17:45:50 +0100
  • 5689d806cf
    Fix "Customizing Colors" documentation section (#11652) touilleWoman 2023-12-01 15:25:01 +0100
  • 0f6c17ca83
    Merge pull request #11654 from pytest-dev/testing-unnecessary-skip Ran Benita 2023-12-01 00:28:23 +0200
  • ef699f8c17 testing: remove a no longer necessary skip Ran Benita 2023-11-30 19:53:31 +0200
  • 1181384493
    Add documentaiton & changelog entry Patrick Lannigan 2023-11-25 15:22:57 -0500
  • 6e3638a3f0
    Output verbosity for test cases Patrick Lannigan 2023-11-29 08:00:03 -0500
  • 673e5a0966 Fix: fix the "Customizing Colors" documentation section touilleWoman 2023-11-30 13:36:36 +0100
  • 81c06b3955
    Merge pull request #11650 from bluetech/tr-test-isolation Ran Benita 2023-11-28 20:14:20 +0200
  • 968510b6aa testing: fix isolation issue in `tr` fixture Ran Benita 2023-11-28 19:54:24 +0200
  • 5782aab017
    Merge pull request #11648 from bluetech/fix-locale-encoding Ran Benita 2023-11-28 18:12:28 +0200
  • ad1bccdead pytester: avoid EncodingWarning from `locale.getpreferredencoding` Ran Benita 2023-11-28 17:36:05 +0200
  • 172bf89ad1
    Merge pull request #11644 from BenjaminSchubert/bschubert/pprint-cleanup Benjamin Schubert 2023-11-27 22:54:46 +0000
  • 88c3546006 pprint: use a set instead of a dict for the context Benjamin Schubert 2023-11-21 22:18:13 +0000
  • 50607297f4 pprint: Remove tracking of whether an object is readable Benjamin Schubert 2023-11-21 22:12:33 +0000
  • 767f08cecd pprint: Remove tracking of whether the object is recursive Benjamin Schubert 2023-11-21 22:08:15 +0000
  • e5a448cd5f pprint: Type annotate the module Benjamin Schubert 2023-11-21 22:05:37 +0000
  • 64e72b79f6 pprint: Remove unused arguments on PrettyPrinter Benjamin Schubert 2023-11-21 21:35:27 +0000