summaryrefslogtreecommitdiff
path: root/src/_pytest/tmpdir.py
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-05Merge pull request #8038 from matthewhughes934/note-tmpdir-lifetimeRan Benita
2020-11-28Docs: Note lifetime of temporary directoriesMatthew Hughes
2020-11-13Export types of builtin fixture for type annotationsRan Benita
2020-11-07Stop importing `pytest` to avoid upcoming import cyclesRan Benita
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-10-02py36+: remove pathlib2 compatibility shimAnthony Sottile
2020-09-22Mark some public and to-be-public classes as `@final`Ran Benita
2020-09-06doc: fix broken cross referencesRan Benita
2020-08-04typing: set warn_unreachableRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-10tmpdir: type annotationsRan Benita
2020-06-22config: improve typingRan Benita
2020-04-10Merge pull request #6992 from pytest-dev/revert-6767-tmpdir-cleanup-upstreamRonny Pfannschmidt
2020-04-10Revert "tmpdir: clean up indirection via config for factories (#6767)"Ronny Pfannschmidt
2020-04-07Fix doc for `numbered` arg with `TempPathFactory.mktemp` (#7014)Daniel Hahler
2020-02-20tmpdir: clean up indirection via config for factories (#6767)Daniel Hahler
2020-01-09Improve docstrings for mktempBruno Oliveira
2019-12-12fix #5686, mktemp now fails given absolute and non-normalized paths.gftea
2019-10-26Add type annotations to _pytest.tmpdirRan Benita
2019-07-09Remove deprecated features (#5529)Bruno Oliveira
2019-07-09Add rudimentary mypy type checkingRan Benita
2019-06-30Remove 'tmpdir_factory.ensuretemp'Bruno Oliveira
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-28minor: getbasetemp: dedent, improve assertDaniel Hahler
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-02-14Update kwarg for attr.ib to use 'converter' as 'convert' is due to be deprecatedR. Alex Matevish
2019-01-29flip around basetemp folder reset to see if it helps on windowsRonny Pfannschmidt
2019-01-27ensure tmp_path is always a realpathRonny Pfannschmidt
2019-01-27fix #4680 - ensure tmpdir and tmp_path are the sameRonny Pfannschmidt
2018-11-21Mention PR# in the comment for future referenceBruno Oliveira
2018-11-21Fix call to os.path.abspath: the argument might already be a Path instanceBruno Oliveira
2018-11-20Use os.path.abspath to get absolute path instead of Path.resolve()Bruno Oliveira
2018-11-20fix 4425: resolve --basetemp to absolute pathsRonny Pfannschmidt
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-10-11address review commentsRonny Pfannschmidt
2018-10-11implement tmp_path_factory and deprecate pytest.ensuretemp as intendedRonny Pfannschmidt
2018-10-11add missing docstringRonny Pfannschmidt
2018-10-11use the constant for lock timeoutsRonny Pfannschmidt
2018-10-11pytester: use per test tmprootRonny Pfannschmidt
2018-10-11resolve in code review commmentsRonny Pfannschmidt
2018-10-11sort out rmtree expectationsRonny Pfannschmidt
2018-10-11move all the things into _pytest.pathlibRonny Pfannschmidt
2018-10-11ignore rmtree errorsRonny Pfannschmidt
2018-10-11fix lock timeouts for good this timeRonny Pfannschmidt
2018-10-11fix up lock consideration argumentRonny Pfannschmidt