summaryrefslogtreecommitdiff
path: root/testing/test_collection.py
AgeCommit message (Expand)Author
2013-10-12fix flakes issues and make --flakes run part of tox runsholger krekel
2013-10-03simplify the implementation of NodeKeywords getting rid of __ descriptors app...holger krekel
2013-09-28introduce pluginmanager.ensure_teardown() which allowsholger krekel
2013-08-01add changelog entry for anthon's hynek-fication of options,holger krekel
2011-11-07refine lsof/FD leakage testing and rework test setup and some of pytest own t...holger krekel
2011-05-26cause configure hooks to be calledBenjamin Peterson
2011-05-26these tests should cause pytest_configure to be calledBenjamin Peterson
2011-03-06fix issue27 - --collectonly and -k keyword selection now work together.holger krekel
2011-03-05avoid deprecation warnings for our internal accessesholger krekel
2011-02-07accept a left out "()" for ids on command line for better compatibility with ...holger krekel
2010-12-06refine plugin registration, allow new "-p no:NAME" way to prevent/undo plugin...holger krekel
2010-11-18refine docs and docstrings, fix some small bits here and there while doing that.holger krekel
2010-11-17streamline docs, especially use "import pytest" and "pytest.*" in python code...holger krekel
2010-11-17fix doctest IDs, also fix tree traversal and remove dead codeholger krekel
2010-11-13flat is better than nested (cont'd):holger krekel
2010-11-13internally use pytest.* instead of ``py.test.*`` in many places.holger krekel
2010-11-07probably the last major internal cleanup action: rename collection toholger krekel
2010-11-07some python3 related fixesholger krekel
2010-11-07some fixes for --pyargs situations and the docs, remove wrongly added testholger krekel
2010-11-06majorly refactor collection processholger krekel
2010-10-11internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAMEholger krekel
2010-10-10move session.py and collect.py to a unified pytest_session.py plugin.holger krekel
2010-10-07remove pylib things and move things to new pytest namespaceholger krekel
2010-10-04remove config.getinitialnodes() method that was only used for testing method ...holger krekel
2010-09-26shift reporting info generation away from terminal reporting time, simplify c...holger krekel
2010-09-26clean up and simplify startup test protocols and objectsholger krekel
2010-09-15refactor all collection related logicholger krekel