summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2021-01-18Fix faulthandler for Twisted Logger when used with "--capture=no"Andreas Motl
2021-01-13unittest: cleanup unexpected success handling (#8231)Anton
2021-01-11Merge pull request #8235 from pytest-dev/dependabot/pip/testing/plugins_integ...Bruno Oliveira
2021-01-11build(deps): bump django in /testing/plugins_integrationdependabot[bot]
2021-01-11build(deps): bump pytest-mock in /testing/plugins_integrationdependabot[bot]
2021-01-04Merge pull request #8218 from bluetech/reports2Ran Benita
2021-01-04Add dot prefix if file makefile extension is invalid for pathlib (#8222)bengartner
2021-01-01Always use getfixturemarker() to access _pytestfixturefunctionRan Benita
2021-01-01Merge pull request #8214 from sousajf1/sousajo_patch_8204_1Ran Benita
2021-01-01pytest-dev#8204 migrate tests on testing/code/test_source to tmp_pathsousajo
2021-01-01pytest-dev#8204 migrate some tests to tmp_path fixture (#8209)sousajf1
2021-01-01reports: BaseReport.{passed,failed,skipped} more friendly to mypyRan Benita
2020-12-30Fix failing staticmethod tests if they are inherited (#8205)Anton
2020-12-30Merge pull request #8195 from christophebedard/add-missing-space-version-opti...Ran Benita
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-28Add missing space in '--version' help messageChristophe Bedard
2020-12-26python: export pytest.Metafunc for typing purposesRan Benita
2020-12-26Merge pull request #8174 from bluetech/py-to-pathlib-5Ran Benita
2020-12-22Convert most of the collection code from py.path to pathlibRan Benita
2020-12-22testing: convert some tmpdir to tmp_pathRan Benita
2020-12-22testing/test_config: check inipath instead of inifileRan Benita
2020-12-22testing/test_helpconfig: remove unclear commentRan Benita
2020-12-22code: convert from py.path to pathlibRan Benita
2020-12-22Merge pull request #8179 from bluetech/typing-public-markRan Benita
2020-12-21build(deps): bump pytest-mock in /testing/plugins_integrationdependabot[bot]
2020-12-20mark: export pytest.MarkGenerator for typing purposesRan Benita
2020-12-19testing/test_nodes: fix fake session to be more accurateRan Benita
2020-12-19doctest: use Path instead of py.path where possibleRan Benita
2020-12-19config: let main() accept any os.PathLike instead of just py.path.localRan Benita
2020-12-18address commentsantonblr
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-15Merge pull request #8144 from bluetech/py-to-pathlib-4Ran Benita
2020-12-15tests: Migrate to pytester - incremental update (#8145)Anton
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-14Merge pull request #8139 from pytest-dev/dependabot/pip/testing/plugins_integ...Bruno Oliveira
2020-12-14build(deps): bump pytest-html in /testing/plugins_integrationdependabot[bot]
2020-12-14build(deps): bump pytest-bdd in /testing/plugins_integrationdependabot[bot]
2020-12-13tests: Migrate testing/python to pytester fixtureantonblr
2020-12-13Merge pull request #8123 from nicoddemus/import-mismatch-uncBruno Oliveira
2020-12-13migrates test_warnings.py from testdir to pytesterbot2x
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-08Migrate to pytester: test_capture.py, test_terminal.py, approx.py (#8108)Anton