pytest2/testing
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 allow unittest test functions to work with the "pytestmark" mechanism 2010-10-25 23:08:56 +02:00
acceptance_test.py also check for stderr, add changelog entry 2010-10-24 23:43:35 +02:00
conftest.py unify collection for finding items and for finding initial nodes. 2010-10-25 23:08:41 +02:00
test_collect.py re-introduce compatibility attributes on collection nodes to keep compatible with code like:: 2010-10-25 23:09:21 +02:00
test_collection.py internally switch to pytest.plugin.NAME instead of pytest.plugin.pytest_NAME 2010-10-11 01:14:40 +02:00
test_config.py move config to _config 2010-10-10 13:48:49 +02:00
test_conftest.py refine and document conftest loading and handling. 2010-10-13 18:45:07 +02:00
test_parseopt.py remove all deprecated functionality and tests 2010-10-13 18:41:53 +02:00
test_pluginmanager.py removed unnccessary indirections in the PluginManager, 2010-10-13 11:12:27 +02:00