test_ok1/py/impl/test
holger krekel ae63605ac0 generalize hook calling from collection nodes but stop short
of allowing general hooks in python test modules. It'd be
easily possible (a 1-line change) but considering it i refrained
from it because the collector API is a bit too low level.

pytest_generate_tests and funcarg factories have a limited
directly useful interface and are thus less confusing - those
are taking advantage of hook discovery in python test modules.

--HG--
branch : trunk
2009-12-30 10:42:01 +01:00
..
dist only consider matching conftest plugins for discovering hooks related to collection nodes. 2009-12-30 02:36:58 +01:00
looponfail make looponfailing a bit more robust against relative imports and changed directories - needs more work, probably. 2009-12-29 18:41:24 +01:00
__init__.py cleanup py.test.* namespace, docstrings for improved pydoc and interactive usage. 2009-12-29 16:29:48 +01:00
cmdline.py make py lib a self-contained directory again 2009-11-04 21:34:07 +01:00
collect.py generalize hook calling from collection nodes but stop short 2009-12-30 10:42:01 +01:00
compat.py make py lib a self-contained directory again 2009-11-04 21:34:07 +01:00
config.py generalize hook calling from collection nodes but stop short 2009-12-30 10:42:01 +01:00
conftesthandle.py only consider matching conftest plugins for discovering hooks related to collection nodes. 2009-12-30 02:36:58 +01:00
funcargs.py generalize hook calling from collection nodes but stop short 2009-12-30 10:42:01 +01:00
outcome.py cleanup py.test.* namespace, docstrings for improved pydoc and interactive usage. 2009-12-29 16:29:48 +01:00
parseopt.py largely improve and reshuffle docs, heading strongly towards a 1.1.0 2009-11-05 03:18:55 +01:00
pluginmanager.py only consider matching conftest plugins for discovering hooks related to collection nodes. 2009-12-30 02:36:58 +01:00
pycollect.py generalize hook calling from collection nodes but stop short 2009-12-30 10:42:01 +01:00
session.py make py lib a self-contained directory again 2009-11-04 21:34:07 +01:00