summaryrefslogtreecommitdiff
path: root/_pytest/mark.py
AgeCommit message (Expand)Author
2018-02-22turn mark into a packageRonny Pfannschmidt
2018-01-30Merge branch 'master' into typo_for_parametrizeAlan Velasco
2018-01-30Switch `for_parameterize` to `for_parametrize`Alan Velasco
2018-01-26use a constant to sort out repeated use of the EMPTY_PARAMETERSET_OPTIONRonny Pfannschmidt
2018-01-26correct testing and usage of the empty_parameter_set_mark config optionRonny Pfannschmidt
2018-01-26s/empty_parameterset/empty_parameter_set_markRonny Pfannschmidt
2018-01-26fix #2527 - introduce a option to pic the empty parameterset actionRonny Pfannschmidt
2018-01-26parameterset: refactor marking empty parametersetsRonny Pfannschmidt
2018-01-24All classes now subclass object for better py3 compatibilityBruno Oliveira
2018-01-16#2953 fix comments: fix exception typefeuillemorte
2018-01-16#2953 fix comments: use keyword modulefeuillemorte
2018-01-16show a simple and easy error when keyword expressions trigger a syntax errorfeuillemorte
2017-11-23Merge remote-tracking branch 'upstream/master' into release-3.3.0Bruno Oliveira
2017-11-22Handle marks without descriptionSviatoslav Abakumov
2017-11-10Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-11-04Fix linting E741: ambiguous variable nameBruno Oliveira
2017-11-04Merge remote-tracking branch 'upstream/features' into RonnyPfannschmidt/intro...Bruno Oliveira
2017-11-04Merge pull request #2892 from nicoddemus/merge-master-into-featuresRonny Pfannschmidt
2017-11-03Merge upstream/master into featuresBruno Oliveira
2017-10-30introduce attrs as dependency and use itRonny Pfannschmidt
2017-10-27move responsibility for parameterset extraction into parameterset classRonny Pfannschmidt
2017-10-24Use zip and map from sixBruno Oliveira
2017-10-24Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-10-24Strip whitespace from markers in INI configSviatoslav Abakumov
2017-10-17Update mark.pyMatty G
2017-10-04Merge remote-tracking branch 'upstream/master' into featuresBruno Oliveira
2017-09-30Add example of -k 'not test' in help textXuan Luong
2017-09-18Merge remote-tracking branch 'upstream/master' into featuresBruno Oliveira
2017-09-09[bugfix] Checking MarkDecorator equality returns False for non-MarkDecorator ...Xuan Luong
2017-08-10fix #2675 - store marks correctly in callspecsRonny Pfannschmidt
2017-07-21fix #2540, introduce mark.with_argsRonny Pfannschmidt
2017-07-19Merge remote-tracking branch 'upstream/features' into fix-flake8-errorsBruno Oliveira
2017-07-19remove the MARK_INFO_ATTRIBUTE warning until we can fix internal usageRonny Pfannschmidt
2017-07-17Fix flake8 in features branchBruno Oliveira
2017-07-17Merge branch 'fix-flake8-issues' into featuresBruno Oliveira
2017-07-17Fixed E303 flake8 errorsAndras Tim
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E301 flake8 errorsAndras Tim
2017-07-17Fixed E261 flake8 errorsAndras Tim
2017-06-23introduce deprecation warnings for legacy parametersets, fixes #2427Ronny Pfannschmidt
2017-06-23address review commentsRonny Pfannschmidt
2017-06-22add deprecation warnings for using markinfo attributesRonny Pfannschmidt
2017-06-22store pristine marks on function.pytestmarkRonny Pfannschmidt
2017-06-22extract application of marks and legacy markinfosRonny Pfannschmidt
2017-06-22move marker transfer to _pytest.markRonny Pfannschmidt
2017-05-17Revert refactor of old-style to new-style classesBruno Oliveira
2017-03-28remove the namespace hook from mark after the param feature mergeRonny Pfannschmidt
2017-03-28_pytest.mark: fix unconfigure after bad configure, still potential bugRonny Pfannschmidt
2017-03-28remove pytest_namespace from _pytest.mark and fix latent pytest nesting bugRonny Pfannschmidt
2017-03-17implement pytest.paramRonny Pfannschmidt