summaryrefslogtreecommitdiff
path: root/testing/test_mark.py
AgeCommit message (Expand)Author
2020-12-30[pre-commit.ci] pre-commit autoupdate (#8201)pre-commit-ci[bot]
2020-12-20mark: export pytest.MarkGenerator for typing purposesRan Benita
2020-10-27Address feedback for converting testdir to pytestersymonk
2020-10-25Tidy up type hints for pytest in test_marks & test_warning_typessymonk
2020-10-25add missing pytester type hintssymonk
2020-10-25refactor test mark to use new pytestersymonk
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-08-03testing: fix some docstring issuesRan Benita
2020-07-31typing: set no_implicit_reexportRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-06-16Disable caching when evaluating expressions in marks (#7373)Andrew
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-05-16Package.name now contains only basname of the packageBruno Oliveira
2020-05-07testing: clean up parametrization in test_mark.py (#7184)Ran Benita
2020-05-01Stop using Python's eval() for -m and -kRan Benita
2020-04-13refactor mark tests, widen catching and make error msg more concisesymonk
2020-04-13Gracefully handle eval() failure(s) for marker expressionssymonk
2020-04-08tests: fix TypeErrors (#7038)Daniel Hahler
2020-02-10Move ExitCode's definition from _pytest.main to _pytest.configRan Benita
2020-01-22Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-01-16tests: cleanup unused fixturesDaniel Hahler
2019-11-23deprecate direct node construction and introduce Node.from_parentRonny Pfannschmidt
2019-11-16re-run blackDaniel Hahler
2019-11-08Merge pull request #6152 from grlee77/module_name_in_idBruno Oliveira
2019-11-08Drop the "alias" helper used in MarkDecoratorRan Benita
2019-11-08add minimal test caseGregory Lee
2019-11-06Merge master into featuresDaniel Hahler
2019-10-31typosPatrick Harmon
2019-10-27Fix plurality mismatch for and in pytest terminal summaryMarcoGorelli
2019-08-02Merge master into featuresDaniel Hahler
2019-08-01didnt -> didn'tSemen Zhydenko
2019-06-30Remove 'RemovedInPytest4Warning'Bruno Oliveira
2019-06-30Remove explicit kwargs handling from raises, warns and ParameterSet.paramBruno Oliveira
2019-06-30Remove support for 'code as string' from pytest.raises and pytest.warnsBruno Oliveira
2019-06-15initial conversion of exit codes to enumRonny Pfannschmidt
2019-06-03Clean up __future__ and coding: in testsAnthony Sottile
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-06-01Fix `pytest.mark.parametrize` when the argvalue is an iteratorAnthony Sottile
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-09Remove unused markers and enable --strict-markersBruno Oliveira
2019-05-09Remove the 'issue' marker from test suiteBruno Oliveira
2019-05-09Change ``--strict`` to ``--strict-markers``, preserving the old oneBruno Oliveira
2019-04-15Merge pull request #5128 from blueyed/mark-isDaniel Hahler
2019-04-15Fix error message with unregistered markersDaniel Hahler
2019-04-14Merge master into featuresDaniel Hahler
2019-04-12Produce a warning when unknown arguments are passed to pytest.param()Anthony Sottile
2019-03-31Register "issue" mark for self-testsZac-HD