pytest2/testing/python
Floris Bruynooghe 2cdb54225c Fix issue 336: autouse fixtures in plugins work again
When an autouse fixture in a plugin was encountered None was stored as nodeid
where it used to be ''.  This broke the lookup of autouse fixtures later on.

This also adds another test for the normal fixture ordering which was slightly
wrong: a fixture without location was always added at the front of the fixture
list rather then at the end of the fixtures without location but before the
fixtures with location.
2013-08-01 18:58:28 +01:00
..
collect.py add changelog entry for anthon's hynek-fication of options, 2013-08-01 17:32:19 +02:00
fixture.py Fix issue 336: autouse fixtures in plugins work again 2013-08-01 18:58:28 +01:00
integration.py allow re-running of a test item (as exercised by the 2013-04-22 10:35:48 +02:00
metafunc.py add changelog entry for anthon's hynek-fication of options, 2013-08-01 17:32:19 +02:00
raises.py fix issue215 - refactor test_python.py into multiple files: 2012-11-02 16:04:57 +01:00