================
- Update handling of keywords and doctest testnames for py.test-2.5.
[wosc]
- Re-introduce ``gocept.pytestlayer.fixture.create()`` method, to allow giving
created fixtures a non-random name, so other fixtures can depend on them.
[tlotze, wosc]
- Generate session-scoped fixtures from layers in addition to class-scoped
ones, if a session-scoped one is required somewhere, the class-scoped ones
are simply ignored. [tlotze, wosc]