Commit Graph

14449 Commits

Author SHA1 Message Date
Anthony Sottile 549e3136cc [7.1.x] Pass importmode to import_path in DoctestModule 2022-06-30 05:46:18 -07:00
Anthony Sottile ec055cf772
Merge pull request #10091 from pytest-dev/backport-10090
[7.1.x] update does_not_raise docs now that pytest is 3.7+ only
2022-06-29 14:31:09 -04:00
Anthony Sottile 550a42d717 [7.1.x] update does_not_raise docs now that pytest is 3.7+ only
(cherry picked from commit 2941da0f2b)
2022-06-29 14:12:54 -04:00
Bruno Oliveira 9c6cf93717
Merge pull request #10087 from pytest-dev/backport-10081-to-7.1.x 2022-06-28 13:10:08 -03:00
Bruno Oliveira 9a16e69835 [7.1.x] Do not call tearDown for skipped unittest.TestCases with --pdb 2022-06-28 15:51:30 +00:00
Bruno Oliveira bf765cc3c8
Merge pull request #10083 from pytest-dev/backport-10078-to-7.1.x 2022-06-27 10:17:09 -03:00
Bruno Oliveira 0e7a6a769e [7.1.x] Use PurePath directly instead of os.path.sep in rewrite.py 2022-06-27 13:00:17 +00:00
Bruno Oliveira 8ae6237b3e
Merge pull request #10077 from pytest-dev/backport-10054-to-7.1.x
[7.1.x] Indicate support for a tuple of exceptions in xfail raises=
2022-06-26 10:54:32 -03:00
Bruno Oliveira 7127b56a7d
Merge pull request #10075 from pytest-dev/backport-10056-to-7.1.x
[7.1.x] Added Docstring description for the Path property of FixtureRequest #9975
2022-06-26 10:54:22 -03:00
pre-commit-ci[bot] b8ce513e95 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-06-26 12:56:42 +00:00
Bruno Oliveira 315695f53f [7.1.x] Indicate support for a tuple of exceptions in xfail raises= 2022-06-26 12:55:40 +00:00
pre-commit-ci[bot] a1027af168 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-06-26 01:31:08 +00:00
Bruno Oliveira 9c3bc106dd [7.1.x] Added Docstring description for the Path property of FixtureRequest #9975 2022-06-25 23:56:46 +00:00
Bruno Oliveira c19571f30d
Merge pull request #10046 from pytest-dev/backport-10031-to-7.1.x
[7.1.x] Update training list
2022-06-14 07:56:59 -03:00
Bruno Oliveira a749e08c42
Merge pull request #10044 from pytest-dev/backport-10043-to-7.1.x
[7.1.x] Mark pdb+expect tests as xfail for now
2022-06-14 07:53:12 -03:00
Bruno Oliveira d89c13d670 [7.1.x] Update training list 2022-06-14 10:41:13 +00:00
Bruno Oliveira be9f8b1d05 [7.1.x] Mark pdb+expect tests as xfail for now 2022-06-14 10:30:49 +00:00
Bruno Oliveira afa3bbd0e9
[7.1.x] Fix representation of tuples in approx (#10041)
Co-authored-by: Zach OBrien <zachobrien99@gmail.com>
2022-06-14 07:30:11 -03:00
Zach OBrien dc0812610d [7.1.x] Fix representation of tuples in approx 2022-06-14 09:56:12 +00:00
Bruno Oliveira c2aa80132a
Merge pull request #10028 from pytest-dev/backport-10026-to-7.1.x
[7.1.x] Update location of `usage.rst` to fix manpage compilation
2022-06-07 18:51:52 -03:00
Bruno Oliveira 55e7a71446 [7.1.x] Update location of `usage.rst` to fix manpage compilation 2022-06-07 21:51:21 +00:00
Bruno Oliveira 2b0899a4d1
Merge pull request #10015 from pytest-dev/backport-10013-to-7.1.x
[7.1.x] docs(monkeypatch): Fix autodoc reference links
2022-06-02 11:07:39 -03:00
Tony Narlock eb55d4c945 [7.1.x] docs(monkeypatch): Fix autodoc reference links 2022-06-02 13:19:05 +00:00
Bruno Oliveira 4f9863abf8
Merge pull request #10009 from pytest-dev/backport-10007-to-7.1.x 2022-05-31 16:44:52 -03:00
Bruno Oliveira f70e370e35 [7.1.x] Do not advertise that importlib will be default import mode 2022-05-31 19:26:38 +00:00
github-actions[bot] 835de75819
[7.1.x] Declutter doc entry page (#9991)
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
2022-05-24 10:42:44 -03:00
Bruno Oliveira 68f6121882
Merge pull request #9974 from pytest-dev/backport-9970-to-7.1.x 2022-05-17 08:46:47 -03:00
Bruno Oliveira 31759f7af4
Merge pull request #9973 from pytest-dev/backport-9968-to-7.1.x 2022-05-17 08:33:56 -03:00
Bruno Oliveira 796574f3b8 [7.1.x] Fix rst markup in TempdirFactory's docstring. 2022-05-17 11:23:53 +00:00
Bruno Oliveira 07ea99c5a0
Merge pull request #9972 from pytest-dev/backport-9967-to-7.1.x 2022-05-17 08:19:58 -03:00
Bruno Oliveira 5f18e9d1ab [7.1.x] Reorder the reference guides in the docs 2022-05-17 11:00:47 +00:00
Bruno Oliveira 643cc79759 [7.1.x] Remove "Python 2.7 and 3.4 Support" from globaltoc 2022-05-17 10:54:19 +00:00
Bruno Oliveira ce4a11a364
Merge pull request #9965 from pytest-dev/backport-9957-to-7.1.x 2022-05-16 09:08:50 -03:00
Tim Hoffmann f7e57ae839 [7.1.x] Remove docs on Python 2.7 and 3.4 Support 2022-05-16 08:18:57 +00:00
Bruno Oliveira d3a27deb92
Merge pull request #9952 from pytest-dev/backport-9951-to-7.1.x 2022-05-12 09:55:34 -03:00
Bruno Oliveira cb5fd75bea [7.1.x] doc: link to pytest-subtests 2022-05-12 12:37:10 +00:00
Bruno Oliveira 440db691ec
Merge pull request #9943 from pytest-dev/backport-9925-to-7.1.x 2022-05-11 08:33:48 -03:00
Pax dc36836dd2 [7.1.x] Add link to python docs on logging levels 2022-05-11 11:00:39 +00:00
Bruno Oliveira 85c83cd37d
Merge pull request #9942 from pytest-dev/backport-9940-to-7.1.x 2022-05-10 19:03:50 -03:00
Bruno Oliveira 91d84e9256 [7.1.x] Move documentation contents from reference.rst to docstrings 2022-05-10 20:23:08 +00:00
Bruno Oliveira ab014a1a0d
Merge pull request #9939 from pytest-dev/backport-9938-to-7.1.x 2022-05-10 12:15:46 -03:00
Bruno Oliveira 0379346675 [7.1.x] Consistently add **Tutorial**: in front of how-to links in reference 2022-05-10 14:41:08 +00:00
github-actions[bot] 2f8ae29c17
[7.1.x] testing: fix Path.rglob("") failures in Python 3.11b1 (#9934)
Co-authored-by: Ran Benita <ran@unusedvar.com>
2022-05-09 13:38:22 +00:00
github-actions[bot] a7d7676f7b
[7.1.x] Clarify precision when using NUMBER option in --doctest-modules (#9923)
Co-authored-by: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com>
2022-05-06 23:50:10 +00:00
Bruno Oliveira df9df55749
Prepare release version 7.1.2 (#9881)
Co-authored-by: pytest bot <pytestbot@gmail.com>
2022-04-23 11:37:08 -03:00
pytest bot 2f2f1a601e Prepare release version 7.1.2 2022-04-23 11:33:44 +00:00
github-actions[bot] 5c04f3a1a2
[7.1.x] Fix wrong `log_file` docs (#9879)
Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
2022-04-22 18:40:15 +00:00
Bruno Oliveira 078733c005
Merge pull request #9872 from pytest-dev/backport-9871-to-7.1.x 2022-04-21 00:07:25 -03:00
Zac Hatfield-Dodds 3a7ead6bcf [7.1.x] fix: move 'import getpass' statement to try-clause 2022-04-21 02:46:24 +00:00
Bruno Oliveira 6d75333780
[7.1.x] Increase stacklevel to point at user's code (#9870)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2022-04-20 14:38:00 -03:00