~~~~~
Simpler names for a number of fixtures, and two new fixtures NestedTempfile and
Timeout. See the manual for more information.
CHANGES:
* EnvironmentVariable now upcalls via super().
(Jonathan Lange, 881120)
* EnvironmentVariableFixture, LoggerFixture, PopenFixture renamed to
EnvironmentVariable, FakeLogger and FakePopen respectively. All are still
available under their old, deprecated names. (Jonathan Lange, 893539)
* gather_details fixed to handle the case where two child fixtures have the
same detail name. (Jonathan Lange, 895652)
* ``NestedTempfile`` which will change the default path for tempfile temporary
file / directory creation. (Gavin Panella)
* New Timeout fixture. (Martin Pool)