summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-12-18tests: Migrate to pytester - final updateantonblr
2020-12-15terminal: fix "(<Skipped instance>)" skip reason in test status lineRan Benita
2020-12-15python_api: handle array-like args in approx() (#8137)Jakob van Santen
2020-12-15hookspec: add pathlib.Path alternatives to py.path.local parameters in hooksRan Benita
2020-12-15Some py.path.local -> pathlib.PathRan Benita
2020-12-13tests: Migrate testing/python to pytester fixtureantonblr
2020-12-13Merge pull request #8123 from nicoddemus/import-mismatch-uncBruno Oliveira
2020-12-13Merge pull request #8122 from bluetech/py-to-pathlib-3Ran Benita
2020-12-12terminal: when the skip/xfail is empty, don't show it as "()"Ran Benita
2020-12-12Add `pytest_markeval_namespace` hook.Pedro Algarvio
2020-12-12Some py.path.local -> pathlib.PathRan Benita
2020-12-12Compare also paths on Windows when considering ImportPathMismatchErrorBruno Oliveira
2020-12-09Show reason for skipped test in verbose modeKatarzyna
2020-12-05Merge pull request #8038 from matthewhughes934/note-tmpdir-lifetimeRan Benita
2020-12-05Merge pull request #8055 from bluetech/unraisableRan Benita
2020-12-05Merge pull request #8017 from bluetech/typing-public-fixturesRan Benita
2020-11-28Docs: Note lifetime of temporary directoriesMatthew Hughes
2020-11-25Merge pull request #8064 from symonk/fix-typo-in-mock-timingRan Benita
2020-11-24fix typo (#8069)Jürgen Gmach
2020-11-23fix mock_timing fixture name (typo) in timing.pySimon K
2020-11-21Add unraisableexception and threadexception pluginsRan Benita
2020-11-21Add str() support to LineMatcher (#8050)Maximilian Cosmo Sitter
2020-11-21permit node to warn with any warning type, not just PytestWarning (#8052)Simon K
2020-11-20pytester: always close stdin pipe in pytester.run()Ran Benita
2020-11-19Link mentioned functions instead of using literals (#8045)Tim Hoffmann
2020-11-19Call Python 3.8 doClassCleanups (#8033)Petter Strandmark
2020-11-19Prefix contextmanagers with module name in doc examples (#8044)Tim Hoffmann
2020-11-17stop assigning nextline if its potentially not usedsymonk
2020-11-14Merge pull request #8014 from bluetech/pyc-pep552Ran Benita
2020-11-14assertion/rewrite: write pyc's according to PEP-552 on Python>=3.7Ran Benita
2020-11-13Export types of builtin fixture for type annotationsRan Benita
2020-11-13pytester: split asserts to a separate plugin, don't rewrite pytester itselfRan Benita
2020-11-13Merge pull request #8022 from bluetech/doctest-initRan Benita
2020-11-11Add 'node_modules' to norecursedirsAdam Johnson
2020-11-10main: fix only one doctest collected on pytest --doctest-modules __init__.pyRan Benita
2020-11-09Merge pull request #8006 from bluetech/export-MonkeyPatchRan Benita
2020-11-09Export MonkeyPatch as pytest.MonkeyPatchRan Benita
2020-11-08Rename _make_plural to pluralizeBruno Oliveira
2020-11-08Improve summary stats when using '--collect-only' (#7875)Hugo Martins
2020-11-08Merge pull request #8005 from bluetech/pytest-importRan Benita
2020-11-07Stop importing `pytest` to avoid upcoming import cyclesRan Benita
2020-11-07fixtures: deprecate pytest.yield_fixture()Ran Benita
2020-11-07test_collection.py migrate from testdir to Pytester (#8003)Sanket Duthade
2020-11-06Deprecate --strict (#7985)Bruno Oliveira
2020-11-01unittest: fix quadratic behavior in collection of unittests using setUpClass/...Ran Benita
2020-11-01Merge pull request #7980 from bluetech/code-changesRan Benita
2020-10-31Merge pull request #7956 from csernazs/fix-7951Ran Benita
2020-10-31Fix handling recursive symlinksCserna Zsolt
2020-10-31Merge pull request #7553 from tirkarthi/namedtuple-diffRan Benita
2020-10-31Merge pull request #7979 from nicoddemus/metafunc-refBruno Oliveira