Added
- `fixture_context`, a context manager which creates a new context for fixtures
- `config` fixture, a dictionary containing all of the command line option values
- Sphinx plugin `autofixture` to provide special rendering for fixture functions
Removed
- 'config fixtures' removed in favor of single fixture `config`
- `FixtureGroup` removed in favor of `fixture_context`
- The abstract classes for data provider classes `Abstract*Provider`