summaryrefslogtreecommitdiff
path: root/src/_pytest/mark
AgeCommit message (Expand)Author
2020-11-06Deprecate --strict (#7985)Bruno Oliveira
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony 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-03Merge pull request #7840 from asottile/py36_typing_TypeAnthony Sottile
2020-10-02py36+: resolve py36 TODOsAnthony Sottile
2020-10-02py36+: from typing import Type: no longer need guardAnthony Sottile
2020-10-02Merge pull request #7836 from asottile/py36_typing_XAnthony Sottile
2020-10-02py36+: replace typing.X with XAnthony 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-22Reintroduce warnings postponed in 6.0 (#7637)Maximilian Cosmo Sitter
2020-08-14Don't use NotImplementedError in `@overload`sRan Benita
2020-08-01typing: set disallow_any_genericsRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-07-31typing: set no_implicit_reexportRan Benita
2020-07-29mark: fix extraneous spaces in dummy type-checking marksRan Benita
2020-07-29mark: fix pylint not-callable error on pytest.mark.parametrize(...), againRan Benita
2020-07-22Change pytest deprecation warnings into errors for 6.0 release (#7362)Bruno Oliveira
2020-07-14Fix typing of params ids callable formRan Benita
2020-07-14mark: fix typing for `@pytest.mark.xfail(raises=...)`Ran Benita
2020-07-11Merge pull request #7472 from bluetech/cleanups-4Ran Benita
2020-07-10mark/structure: fix pylint complaining that builtin marks are not callableRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-07-07Point to stable docs instead of latestBruno Oliveira
2020-06-30python: don't pass entire Item for generating IDRan Benita
2020-06-21Merge pull request #7388 from bluetech/mark-evaluateRan Benita
2020-06-21Type annotate pytest.mark.* builtin marksRan Benita
2020-06-19skipping: move MarkEvaluator from _pytest.mark.evaluate to _pytest.skippingRan Benita
2020-06-16Disable caching when evaluating expressions in marks (#7373)Andrew
2020-06-12Remove unused type: ignoresRan Benita
2020-06-05mark/expression: prevent creation of illegal Python identifiersRan Benita
2020-06-05Type annotate `@pytest.mark.foo`Ran Benita
2020-06-05Type annotate _pytest.mark.evaluateRan Benita
2020-06-05Type annotate more of _pytest.nodesRan Benita
2020-06-05Type annotate misc functionsRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-06-05Type annotate ParameterSetRan Benita
2020-06-05Type annotate some misc places with no particular connectionRan Benita
2020-05-19Merge pull request #7046 from blueyed/k-skip-session-upstreamBruno Oliveira
2020-05-19Revisit some help texts with regard to newlinesDaniel Hahler
2020-05-16-k should not match session nameDaniel Hahler
2020-05-12mark: reuse compiled expression for all items in -k/-mRan Benita
2020-05-12mark/expression: support compiling once and reusing for multiple evaluationsRan Benita
2020-05-12Remove no longer needed noqa'sRan Benita
2020-05-11mark: deprecate a couple undocumented -k syntaxesRan Benita
2020-05-07Merge pull request #7122 from bluetech/matcher-parserRan Benita
2020-05-06code: fix import cycles between code.py and source.pyRan Benita