summaryrefslogtreecommitdiff
path: root/src/_pytest/pytester.py
AgeCommit message (Expand)Author
2021-01-04Add dot prefix if file makefile extension is invalid for pathlib (#8222)bengartner
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-13tests: Migrate testing/python to pytester fixtureantonblr
2020-12-05Merge pull request #8055 from bluetech/unraisableRan Benita
2020-12-05Merge pull request #8017 from bluetech/typing-public-fixturesRan Benita
2020-11-21Add str() support to LineMatcher (#8050)Maximilian Cosmo Sitter
2020-11-20pytester: always close stdin pipe in pytester.run()Ran Benita
2020-11-17stop assigning nextline if its potentially not usedsymonk
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-07Stop importing `pytest` to avoid upcoming import cyclesRan Benita
2020-11-07test_collection.py migrate from testdir to Pytester (#8003)Sanket Duthade
2020-10-25pytester: workaround issue causing spawn to crash or hangRan Benita
2020-10-23pytester: minor doc fixesRan Benita
2020-10-17Update mypy 0.782 -> 0.790Ran Benita
2020-10-17Fix typing related to iniconfigRan Benita
2020-10-13List Testdir members in the docsBruno Oliveira
2020-10-12New pytester fixture (#7854)Bruno Oliveira
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-10-03Merge pull request #7846 from asottile/py36_blackAnthony Sottile
2020-10-03py36+: update the target version of black to py36Anthony Sottile
2020-10-03py36+: remove _pytest.compat.overloadAnthony Sottile
2020-10-02py36+: from typing import Type: no longer need guardAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-09-22Mark some public and to-be-public classes as `@final`Ran Benita
2020-08-14Don't use NotImplementedError in `@overload`sRan Benita
2020-08-04pytester: improve type annotationsRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-10pytester: some type annotationsRan Benita
2020-07-01pytester: slightly clean up LsofFdLeakCheckerRan Benita
2020-06-22config: improve typingRan Benita
2020-06-13assertoutcomes() only accepts plural formsBruno Oliveira
2020-06-08Add pyproject.toml support (#7247)Bruno Oliveira
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-06-05Enable check_untyped_defs mypy option for src/Ran Benita
2020-06-05Type annotate misc functionsRan Benita
2020-06-05Type annotate some more hooks & implsRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-06-03Merge pull request #7292 from kerizane/7259_iniconfigBruno Oliveira
2020-06-02Merge branch 'master' into fix-flaky-testBruno Oliveira
2020-06-017291: Replace py.iniconfig with iniconfigKeri Volans
2020-05-26capture: remove some indirection in MultiCaptureRan Benita
2020-05-23Introduce _pytest.timing as a way to control timing during testsBruno Oliveira
2020-05-237154-Improve-testdir-documentation-on-makefiles (#7239)Simon K
2020-05-05Merge pull request #6839 from blueyed/typing-get_dirs_from_args-parseconfigRan Benita
2020-05-037018: Use internal version of make_numbered_dirKeri Volans
2020-04-24pre-commit: update pyupgrade 1.18.0 -> 2.2.1Ran Benita
2020-04-13Document pytester fixtures so --fixtures makes more sense (#7080)Simon K