pytest2/pytest
holger krekel 5fc87acf9b re-introduce compatibility attributes on collection nodes to keep compatible with code like::
def pytest_collect_file(path, parent):
        ... parent.Module(...)

--HG--
branch : trunk
2010-10-25 23:09:21 +02:00
..
plugin re-introduce compatibility attributes on collection nodes to keep compatible with code like:: 2010-10-25 23:09:21 +02:00
__init__.py re-introduce compatibility attributes on collection nodes to keep compatible with code like:: 2010-10-25 23:09:21 +02:00
_core.py allow unittest test functions to work with the "pytestmark" mechanism 2010-10-25 23:08:56 +02:00
hookspec.py shift config initialization to own "config" plugin 2010-10-12 15:34:32 +02:00