summaryrefslogtreecommitdiff
path: root/_pytest/mark.py
AgeCommit message (Expand)Author
2014-10-06fix issue557: with "-k" we only allow the old style "-" for negationholger krekel
2014-04-01remove dupped_stdout logic and related changes, also simplify pytest_runtest_...holger krekel
2014-03-14- turn on capturing before early conftest loading and make terminal writerholger krekel
2014-01-20fix handling MarkDecorators called with a single positional plus keyword argsJurko Gospodnetić
2014-01-18replace py.test module references with pytestJurko Gospodnetić
2013-12-19Updated error message to be more helpfulLukasz Balcerzak
2013-11-21fix issue357 - special case "-k" expressions to allow forholger krekel
2013-10-11avoid one surprising case of marker malfunction/confusion::holger krekel
2013-10-03more fixes regarding marking, in particular plugins should use add_marker/get...holger krekel
2013-10-02allow test items to not be associated with a test functionAndreas Zeidler
2013-09-30shift pytest_configure/unconfigure/addoption/namespace hook calling to config...holger krekel
2013-05-27use __dict__ not func_dict for Python 3 compatibilityBenjamin Peterson
2013-05-27Issue 306: Used a set for the extra_keywords, and used listchain for parent i...Wouter van Ackooy
2013-05-27Issue 306: Use the names of all the parents in the chain for matching, except...Wouter van Ackooy
2013-05-22Added lost space.Wouter van Ackooy
2013-05-20Fixed issue #306: Keywords and markers are now matched in a defined way. Also...Wouter van Ackooy
2013-04-16slightly improve -k help stringholger krekel
2012-11-20bump version, fix -k option helpholger krekel
2012-11-09allow to pass expressions to "-k" option, just like with the "-m" optionholger krekel
2012-11-09allow to dynamically define markers (e.g. during pytest_collection_modifyitems)holger krekel
2012-10-18remove .markers attribute which was added in development and after 2.2.4holger krekel
2011-12-28fix issue106: allow parametrize to be applied per-class/per-moduleholger krekel
2011-12-28internally keep multiple applications of the same markers as separateholger krekel
2011-11-18improve release announcement, shift and fix examples a bit. Bump version to 2...holger krekel
2011-11-11introduce a new -m mark_expression optionholger krekel
2011-11-11add ini-file "markers" option and a cmdline option "--markers" to show define...holger krekel
2011-06-01fix issue48 - test and fix typo in MarkInfo reprholger krekel
2011-02-09some doc fixes and improvements to parametrized test examples, thanks ccxCZ f...holger krekel
2010-11-20fix: mark.* objects are now immutable as long as they are not an attribute on...holger krekel
2010-11-13flat is better than nested (cont'd):holger krekel