summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2021-02-25Fixed an issue where `getpass.getuser()` contained illegal characters for fil...Simon K
2021-02-23[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2021-02-23Allow Class.from_parent to forward custom parameters to the constructorFlorian Bruhin
2021-02-22build(deps): bump django in /testing/plugins_integrationdependabot[bot]
2021-02-08Merge pull request #8323 from bluetech/setupstate-refactor-3Ran Benita
2021-02-08Merge branch 'master' into dependabot/pip/testing/plugins_integration/django-...Bruno Oliveira
2021-02-08build(deps): bump django in /testing/plugins_integrationdependabot[bot]
2021-02-08build(deps): bump anyio[curio,trio] in /testing/plugins_integrationdependabot[bot]
2021-02-06runner: rename SetupState.prepare -> setupRan Benita
2021-01-29Remove some no longer needed type-ignoresRan Benita
2021-01-28Merge pull request #8260 from nicoddemus/faulthandler-mode-X-8258Bruno Oliveira
2021-01-25Only re-enable fauthandler during unconfigure if it was enabled beforeBruno Oliveira
2021-01-25build(deps): bump pytest-cov in /testing/plugins_integrationdependabot[bot]
2021-01-24runner: add docstring to SetupState and improve variable naming a bitRan Benita
2021-01-24testing: fix some tests to be more realisticRan Benita
2021-01-24testing/test_runner: make SetupState tests use a proper SetupStateRan Benita
2021-01-24runner: inline SetupState._pop_and_teardown()Ran Benita
2021-01-24runner: express SetupState.teardown_all() in terms of teardown_exact() and re...Ran Benita
2021-01-24runner: inline a couple of SetupState methodsRan Benita
2021-01-20Always handle faulthandler stderr even if already enabledBruno Oliveira
2021-01-20Merge pull request #8250 from daq-tools/fix-twisted-captureBruno Oliveira
2021-01-18Fix faulthandler for Twisted Logger when used with "--capture=no"Andreas Motl
2021-01-15Deprecate raising unittest.SkipTest to skip tests during collectionRan Benita
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