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 |
||
|---|---|---|
| .. | ||
| dist | ||
| looponfail | ||
| __init__.py | ||
| acceptance_test.py | ||
| conftest.py | ||
| test_collect.py | ||
| test_compat.py | ||
| test_config.py | ||
| test_conftesthandle.py | ||
| test_deprecated_api.py | ||
| test_funcargs.py | ||
| test_genitems.py | ||
| test_outcome.py | ||
| test_parseopt.py | ||
| test_pickling.py | ||
| test_pluginmanager.py | ||
| test_pycollect.py | ||
| test_recording.py | ||
| test_session.py | ||
| test_traceback.py | ||