1.8.0 - Better ids for fixture unions
New:
fixture_unionnow accept a non-Nonevalue forids. It also has a newidstyleargument allowing users to change the style of ids used. Finallypytest_parametrize_plusrelies on thisidsargument to set a more readable list of ids for the created union. Fixes #41.
Misc:
- Added non-regression test for fixture order. It passes already for all recent pytest versions (after 3.3). Fixes #42
See documentation page for details.