Python Fixtures hosts its code at https://github.com/testing-cabal/fixtures.git.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:python-fixtures

There are download files available for Python Fixtures.

Python Fixtures has 4 active reviews. See all merge proposals.

Python Fixtures has 10 active branches owned by 6 people and 2 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:python-fixtures
Series: trunk
1 Development 2019-06-12 23:12:00 UTC
131. Merge pull request #41 from EdwardBet...

Author: Jelmer Vernooij
Revision Date: 2019-06-12 23:12:00 UTC

Merge pull request #41 from EdwardBetts/spelling

Correct spelling mistakes.

lp:~corey.bryant/python-fixtures/1.3.1 1 Development 2015-07-06 20:00:39 UTC
11. * New upstream release. - d/control...

Author: Corey Bryant
Revision Date: 2015-07-06 19:59:40 UTC

* New upstream release.
  - d/control: Align Build-Depends with upstream.
* d/control: Update Standards-Version to 3.9.6.
* d/watch: Use pypi.debian.net redirector to get tarball.

lp:~cbrandily/python-fixtures/cleanup-context bug(Has a merge proposal) 1 Development 2015-05-21 05:38:53 UTC
96. Ensure cleanups are called even if se...

Author: Cedric Brandily
Revision Date: 2015-05-21 05:16:24 UTC

Ensure cleanups are called even if setUp fails with fixture context

This change ensures that a fixture cleanups will be called even if
its setUp fails when used as a context.

Example:

  with MyFixture() as fixture1:
    pass

fixture1.cleanUp will be called even if fixture1.setUp (called in
fixture1.__enter__) fails.

lp:~cbrandily/python-fixtures/python-fixtures bug(Has a merge proposal) 1 Development 2015-05-18 23:45:33 UTC
96. Ensure cleanups are called even if se...

Author: Cedric Brandily
Revision Date: 2015-05-18 23:32:25 UTC

Ensure cleanups are called even if setUp fails with useFixture

This change ensures that a nested fixture cleanups will be called even if
its setUp fails.

Example:

  with MyFixture() as fixture1:
    fixture1.useFixture(fixture2)

fixture2.cleanUp will be called in fixture1.__exit__ even if
fixture2.setUp fails.

lp:~python-fixtures/python-fixtures/trunk bug 1 Development 2014-08-22 04:30:50 UTC
81. 0.3.16 ~~~~~~ CHANGES ------- * Fix...

Author: Robert Collins
Revision Date: 2014-08-22 04:30:50 UTC

0.3.16
~~~~~~

CHANGES
-------

* Fixed 0.3.15 on Python 2.6 - version info is a plain tuple there.
  (Robert Collins)

lp:~free.ekanayaka/python-fixtures/reusable-fixture (Has a merge proposal) 1 Development 2013-06-26 10:51:43 UTC
68. Add ReusableFixture

Author: Free Ekanayaka
Revision Date: 2013-06-26 10:51:13 UTC

Add ReusableFixture

lp:~mordred/python-fixtures/agressive-loggers (Has a merge proposal) 1 Development 2013-02-24 18:44:16 UTC
69. Added missing import.

Author: Monty Taylor
Revision Date: 2013-02-24 18:44:16 UTC

Added missing import.

lp:~dims-v/python-fixtures/python-fixtures (Has a merge proposal) 1 Development 2013-02-18 19:03:23 UTC
68. Support the cwd parameter for subproc...

Author: Davanum Srinivas (DIMS)
Revision Date: 2013-02-18 19:03:00 UTC

Support the cwd parameter for subprocess.Popen

lp:~jseutter/python-fixtures/py3 (Has a merge proposal) 1 Development 2012-05-20 04:09:43 UTC
51. Changes to make the fixtures library ...

Author: Jerry Seutter
Revision Date: 2012-05-20 04:08:57 UTC

Changes to make the fixtures library work in Python 3.

lp:~free.ekanayaka/python-fixtures/zope-registry-fixture (Has a merge proposal) 1 Development 2011-11-21 10:01:54 UTC
37. Import zope.component via try_import

Author: Free Ekanayaka
Revision Date: 2011-11-21 10:01:54 UTC

Import zope.component via try_import

110 of 10 results
You can't create new branches for Python Fixtures.