Fixtures

Latest version: v4.2.4.post1

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

0.3.5

~~~~~

CHANGES:

* New fixture ``MonkeyPatch`` which patches (or deletes) an existing attribute
and restores it afterwards. (Robert Collins)

* New fixture ``PythonPackage`` which manages a temporary python package.
(Robert Collins)

* New fixture ``TempDir`` which manages a temporary directory. (Robert Collins)

0.3.4

~~~~~

CHANGES:

* Fixture now supports ``addDetail`` and provides a``getDetails`` call
compatible with the ``testtools.TestCase`` calls. (Robert Collins, 640119)

* New helper ``MethodFixture`` for wrapping an object similarly to
``FunctionFixture`` (Robert Collins)

0.3.3

~~~~~

Fixtures now have a ``useFixture`` method as well, making nesting of fixtures
trivial.

CHANGES:

* New method ``Fixture.useFixture`` allowing fixtures to compose other
fixtures. (Robert Collins)

0.3.2

~~~~~

Point release adding new EnvironmentVariableFixture for controlling environment
variables.

CHANGES:

* New EnvironmentVariableFixture which can set or unset environment variables.
(Robert Collins)

0.3.1

~~~~~

Point release adding experimental PopenFixture.

CHANGES:

* Experimental PopenFixture providing a test double for testing code that runs
external processes. (Robert Collins)

0.3

~~~

This release slightly breaks compatibility in order to get the cleanUp API
really solid : it now will report correctly with testtools 0.9.7, and
generally does the right thing by default. Apologies to anyone affected by
this churn, but I felt the cleanness of the API was worth it.

CHANGES:

* When multiple exceptions are being raised from cleanUp, MultipleExceptions
is used to report them all. This is preferentially imported from testtools
and failing that defined locally. See testtools 0.9.7 for its use.
(Robert Collins)

Page 6 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.