Commit Graph

  • 18bdb22dd2
    Update changelog/10872.improvement.rst Roberto Aldera 2023-05-14 18:07:13 +0100
  • daf81305b8
    Move test status structure Roberto Aldera 2023-05-14 18:46:27 +0200
  • d3502ac4d8
    Add docstring Roberto Aldera 2023-05-14 18:40:30 +0200
  • 4f93d50303
    Ignore mypy errors Adam J. Stewart 2023-05-14 10:56:13 -0500
  • 23e343af60
    Fix close stale issues workflow (#10990) Bruno Oliveira 2023-05-14 08:39:45 -0300
  • 4413aeebd3
    Fix type hints Adam J. Stewart 2023-05-13 21:21:04 -0500
  • 93f0865b3a
    Unused import Adam J. Stewart 2023-05-13 21:17:55 -0500
  • a2f2440975
    Simpler type checks Adam J. Stewart 2023-05-13 21:17:36 -0500
  • 42fddd3b0c
    Apply suggestions from code review Adam J. Stewart 2023-05-13 21:16:16 -0500
  • 39fd7c9f1f [automated] Update plugin list pytest bot 2023-05-14 00:21:21 +0000
  • 713e801e6f [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-05-13 22:16:01 +0000
  • 8bc212caf7
    MutableMapping -> Mapping Adam J. Stewart 2023-05-13 17:15:19 -0500
  • a5a8e35bc3 [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-05-13 21:32:39 +0000
  • 3a7f1179fa
    Test TypedDict support Adam J. Stewart 2023-05-13 16:31:57 -0500
  • f9a995b56d
    Merge pull request #10998 from bluetech/pre-commit-rm-default Ronny Pfannschmidt 2023-05-13 23:27:48 +0200
  • 6092c2455f [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-05-13 21:23:23 +0000
  • 2e6e5f7288
    Fix syntax errors Adam J. Stewart 2023-05-13 16:22:38 -0500
  • bc60c29722
    Add changelog Adam J. Stewart 2023-05-13 16:15:21 -0500
  • 51ed638e5b
    Update changelog/author list Adam J. Stewart 2023-05-13 16:15:10 -0500
  • dc7a4503ab
    monkeypatch: add support for TypedDict Adam J. Stewart 2023-05-13 16:10:35 -0500
  • 9d26781cb6 move python nodes to own module Ronny Pfannschmidt 2023-05-13 21:57:02 +0200
  • d9d78a8aef pre-commit: remove `default_language_version` setting Ran Benita 2023-05-13 22:24:30 +0300
  • e1596f44a2 fixup typing + imports Ronny Pfannschmidt 2023-05-13 13:46:26 +0200
  • 2efd001530 initial split out of metafunc Ronny Pfannschmidt 2023-05-13 12:31:45 +0200
  • c58281b9ae move show_fixtures code to own module Ronny Pfannschmidt 2023-05-13 11:50:28 +0200
  • b24e862463 turn _pytest.python to package to prepare splitting Ronny Pfannschmidt 2023-05-13 11:27:45 +0200
  • 48e1b77f19 implement review comments Ronny Pfannschmidt 2023-05-12 23:57:28 +0200
  • 0ac84c610a split deploy step into 3 to manage permissions Ronny Pfannschmidt 2023-04-18 07:54:03 +0200
  • e2882bb204 switch to deploy environment and configure for pypi oidc Ronny Pfannschmidt 2023-04-17 23:21:36 +0200
  • 7ee0d53dbb Fix close stale issues workflow Bruno Oliveira 2023-05-11 15:44:25 -0300
  • 8082d27d11
    Merge pull request #10988 from nicoddemus/initial-testpaths-10987 (#10995) Bruno Oliveira 2023-05-12 10:42:27 -0300
  • e94dc7cb89 Merge pull request #10988 from nicoddemus/initial-testpaths-10987 Bruno Oliveira 2023-05-12 09:58:59 -0300
  • 76d15231f5
    Merge pull request #10988 from nicoddemus/initial-testpaths-10987 Bruno Oliveira 2023-05-12 09:58:59 -0300
  • 4cc05e7bee Fix trailing whitespace in .github/workflows/stale.yml Bruno Oliveira 2023-05-12 09:34:44 -0300
  • 2d57d5c32f Do not break on very long command-line options Bruno Oliveira 2023-05-12 09:27:24 -0300
  • faeb16146b Consider testpaths for initial conftests Bruno Oliveira 2023-05-11 09:22:17 -0300
  • b241c0b479 Fix defaults for tmp_path_retention_count and tmp_path_retention_policy in docs Bruno Oliveira 2023-05-11 09:30:43 -0300
  • 78403237cf
    Add workflow to close "needs information" labeled issues (#10986) Bruno Oliveira 2023-05-11 15:14:50 -0300
  • 6188bac293
    Apply suggestions from code review Bruno Oliveira 2023-05-11 10:43:03 -0300
  • 5fb491035f Add workflow to close "needs information" labeled issues Bruno Oliveira 2023-05-10 23:45:13 -0300
  • f84fea0888
    Update usage.rst (#10974) leeyueh 2023-05-10 18:28:52 -0700
  • 2befe4ff2e Update doc/en/how-to/usage.rst Bruno Oliveira 2023-05-10 14:01:57 -0300
  • d25580676e Update usage.rst Tom Lee 2023-05-08 20:54:52 -0700
  • 25ebf53f72
    Merge pull request #10983 from pytest-dev/backport-10979-to-7.3.x Ran Benita 2023-05-10 14:40:32 +0300
  • 920512435a [7.3.x] faulthandler: avoid accessing sys.stderr.encoding Ran Benita 2023-05-10 14:17:54 +0300
  • 271bdf6c23
    Merge pull request #10979 from bluetech/faulthandler-no-encoding Ran Benita 2023-05-10 14:17:54 +0300
  • 2c1913e709
    Merge pull request #10980 from pytest-dev/backport-10978-to-7.3.x Ran Benita 2023-05-10 10:45:32 +0300
  • 94d6922261 [7.3.x] fix reference to non-existent module Ran Benita 2023-05-10 10:15:20 +0300
  • fd56968f2b
    Merge pull request #10970 from pytest-dev/dependabot/pip/testing/plugins_integration/django-4.2.1 Ran Benita 2023-05-10 10:18:17 +0300
  • 5b75b0d03f
    Merge pull request #10978 from bzoracler/fix-pytest-code-import Ran Benita 2023-05-10 10:15:20 +0300
  • d126158421
    Define a typing.NamedTuple for TestStatus Roberto Aldera 2023-05-10 09:06:03 +0200
  • aac5d5d08b faulthandler: avoid accessing sys.stderr.encoding Ran Benita 2023-05-10 09:56:10 +0300
  • b1460f3261
    fix reference to non-existent module bzoracler 2023-05-10 10:48:20 +1200
  • a88ae8289c
    [automated] Update plugin list (#10968) github-actions[bot] 2023-05-09 19:05:13 -0300
  • 62320e4ff7
    [pre-commit.ci] pre-commit autoupdate (#10975) pre-commit-ci[bot] 2023-05-09 11:22:50 +0200
  • 7aa35801ca
    [pre-commit.ci] pre-commit autoupdate pre-commit-ci[bot] 2023-05-09 05:14:41 +0000
  • df4ca8162b [pre-commit.ci] auto fixes from pre-commit.com hooks pre-commit-ci[bot] 2023-05-08 19:28:53 +0000
  • c263e4b5a4
    Update authors list Roberto Aldera 2023-05-08 21:23:21 +0200
  • 2088fbfe81
    Update docs Roberto Aldera 2023-05-08 21:20:25 +0200
  • 99cbdec8cd
    Add preliminary rst file Roberto Aldera 2023-05-08 19:55:59 +0200
  • 44ee84bce5
    Use named tuple instead of vanilla tuple Roberto Aldera 2023-05-08 19:30:03 +0200
  • d67da0f74c
    build(deps): Bump peter-evans/create-pull-request from 5.0.0 to 5.0.1 dependabot[bot] 2023-05-08 04:02:22 +0000
  • 6514041a35
    build(deps): Bump django in /testing/plugins_integration dependabot[bot] 2023-05-08 03:56:49 +0000
  • 6fefbb82e8
    Update code.py to stop printing wrong outputs to terminal HomieOmie 2023-05-06 20:35:13 -0400
  • d0d96c71d6
    Delete test_issue10863.py HomieOmie 2023-05-06 20:34:02 -0400
  • 5f338bf0e3
    Update pyproject.toml HomieOmie 2023-05-06 20:30:06 -0400
  • 865a7646c0
    Update tox.ini HomieOmie 2023-05-06 20:28:19 -0400
  • c5351dd5f4
    Merge branch 'main' into multiline_string_issue Samiul Hoque 2023-05-06 20:25:20 -0400
  • e255940bdb [automated] Update plugin list pytest bot 2023-05-07 00:20:56 +0000
  • ace7697cc4 Final updates to pyproject.toml HomieOmie 2023-05-06 19:14:46 -0400
  • e262c12858
    Update pyproject.toml HomieOmie 2023-05-06 19:56:53 -0400
  • 77a9eae5a1 Committing changes HomieOmie 2023-05-06 19:13:49 -0400
  • 097f3bc980 Got rid of unnecessary comments HomieOmie 2023-05-06 19:08:23 -0400
  • 7574a9919c Merge branch 'multiline_string_issue' of https://github.com/HSamiul/cakepop-pytest into multiline_string_issue HomieOmie 2023-05-06 19:00:37 -0400
  • 3716007391
    Update and rename my_test.py to test_issue10863.py HomieOmie 2023-05-06 19:41:36 -0400
  • d783aca221 Changed styling of test file HomieOmie 2023-05-06 18:59:12 -0400
  • ac3cb751a3 Resolved merge issues HomieOmie 2023-05-06 18:27:52 -0400
  • 5f86e6f506
    Update pyproject.toml HomieOmie 2023-05-06 17:56:42 -0400
  • f083d5c50d Merge branch 'whitespace/dev' of github.com:HSamiul/cakepop-pytest into whitespace/dev Maddie Thai-Tang 2023-05-06 16:45:24 -0400
  • 7e05578cb2 fixed test id Maddie Thai-Tang 2023-05-06 16:44:24 -0400
  • a8a8e497ac
    Merge branch 'main' into whitespace/dev Emmeline Wetzel 2023-05-06 16:41:20 -0400
  • 7d548c38e2
    Improve verbose output by wrapping skip/xfail reasons with margin (#10958) Brian Larsen 2023-05-06 10:15:11 -0500
  • 04c6f93d13
    Update changelog/10940.improvement.rst Bruno Oliveira 2023-05-06 12:14:44 -0300
  • f526975234 Added some final touched to test file and code for terminal output. More may be done eventually HomieOmie 2023-05-06 03:21:57 -0400
  • 3e981f759d Permanently added pytest-cov in pyproject.toml file to generate coverage reports HomieOmie 2023-05-06 00:43:40 -0400
  • a8c868d9e1
    Merge branch 'main' into whitespace/dev Emmeline Wetzel 2023-05-04 16:29:05 -0400
  • 042bc2dd2e fixed tab to show repr Maddie Thai-Tang 2023-05-03 11:23:29 -0400
  • 0b8c3de7a1 fixed changelog statement Maddie Thai-Tang 2023-05-03 11:15:19 -0400
  • f55cec3604 finished issue, added changelog and names to authors file Maddie Thai-Tang 2023-05-03 11:11:04 -0400
  • e2e9f7d12c passing new test, need to fix other tests Maddie Thai-Tang 2023-05-03 10:40:05 -0400
  • 75e3cc41ef added tab printing in diff messages Maddie Thai-Tang 2023-05-02 17:10:21 -0400
  • 07eeeb8dfc
    Merge pull request #10957 from pytest-dev/update-plugin-list/patch-762bb6156 Bruno Oliveira 2023-05-02 10:02:58 -0400
  • 1e5fa13087 Added testing to for our new functionality (functionality not implemented yet) egwetzel 2023-05-01 16:42:13 -0400
  • 8c622d20ff Added test to check error diffs with different spacing egwetzel 2023-05-01 16:00:08 -0400
  • dbcfdf1e69 Improve changelog description Brian Larsen 2023-05-01 11:11:32 -0500
  • c516d6c680 Add changelog and author entries Brian Larsen 2023-04-30 20:09:03 -0500
  • 64ed241f5f Wrap reason in verbose output Brian Larsen 2023-04-30 19:49:50 -0500
  • be774667c2 [automated] Update plugin list pytest bot 2023-04-30 00:23:40 +0000
  • 384d54e11f
    Merge pull request #10955 from pytest-dev/backport-10954-to-7.3.x Ran Benita 2023-04-29 12:01:57 +0300
  • 2ae187e78d [7.3.x] Fix couple of EncodingWarnings Ran Benita 2023-04-29 11:37:22 +0300