summaryrefslogtreecommitdiff
path: root/testing/test_compat.py
AgeCommit message (Expand)Author
2020-10-29Migrate test_compat.py from testdir to pytester (#7963)Christine Mecklenborg
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-02Merge pull request #7835 from asottile/py36_miscAnthony Sottile
2020-10-02py36+: miscellaneous (3, 6) cleanupAnthony Sottile
2020-10-02py36+: remove TYPE_CHECKING from _pytest.compatAnthony Sottile
2020-06-13Introduce --import-mode=importlib (#7246)Bruno Oliveira
2020-01-15tests: cover safe_getattrDaniel Hahler
2019-11-10Add a @cached_property implementationRan Benita
2019-08-15check that tests that are partial staticmethods are supported (#5701)Bruno Oliveira
2019-08-15Fix collection of staticmethods defined with functools.partialThomas Grainger
2019-08-15Issue a warning for async gen functionsThomas Grainger
2019-07-09Add rudimentary mypy type checkingRan Benita
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-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-03-22Revisit coverage in some testsDaniel Hahler
2018-11-01python: collect: ignore exceptions with isinstanceDaniel Hahler
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-08-09Use a custom holder class so we can be sure __pytest_wrapper__ was set by usBruno Oliveira
2018-08-04Fix issue where fixtures would lose the decorated functionalityBruno Oliveira
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-05-23run blackRonny Pfannschmidt
2017-08-23`compat.safe_getattr` now catches OutcomeExceptions tooKirill Pinchuk
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-01-19fixes #2208 by introducing a iteration limitRonny Pfannschmidt
2016-12-13Avoid importing asyncio directly because that in turn initializes logging (#8)Bruno Oliveira
2016-12-13Move compat tests to a single file using testdirBruno Oliveira
2016-12-11Use inspect to properly detect generators. Fixes #2129Dmitry Malinovsky
2010-01-16kill unused codeholger krekel
2010-01-13move down py/impl/XYZ to py/_XYZholger krekel
2010-01-13flatten test directory hierarchy and merge smaller into larger filesholger krekel