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. |
||
---|---|---|
.. | ||
collect.py | ||
fixture.py | ||
integration.py | ||
metafunc.py | ||
raises.py |