Release new version of CaptureMock to PyPI?

Bug #1298649 reported by Marc Abramowitz
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
CaptureMock
Fix Released
Undecided
Unassigned

Bug Description

Hi Geoff,

I went to go use CaptureMock today for something and bumped into one of the problems that we fixed in the trunk a few months ago.

I'm wondering if it's time to release a new version to PyPI with these fixes?

The last release on PyPI is from 2011:

https://pypi.python.org/pypi/CaptureMock/0.3.1

Revision history for this message
Marc Abramowitz (msabramo) wrote :

I'd like to be able to replace the following in my tox.ini:

```
[testenv]
commands = py.test
deps =
    bzr+lp:capturemock#egg=capturemock
    pytest
```

with:

```
[testenv]
commands = py.test
deps =
    capturemock
    pytest
```

:-)

Revision history for this message
Marc Abramowitz (msabramo) wrote :

BTW, tangentially, I have a project on GitHub that shows some example uses of CaptureMock:

https://github.com/msabramo/capturemock_examples

In case you want to link to it from your docs or PyPI page; it shows how to use CaptureMock outside of the context of TextTest, which is a little different use case than the rest of your docs, so possibly useful to some.

Revision history for this message
Marc Abramowitz (msabramo) wrote :

Of course, immediately after suggesting a new release to PyPI, I find another bug:

https://bugs.launchpad.net/capturemock/+bug/1298839

:-)

So I guess it would be really nice to fix that issue before doing a new release. I want to use py.test and CaptureMock together and fixing that would make it more seamless.

Revision history for this message
Geoff Bache (geoff.bache) wrote :

CaptureMock 1.0 is now out there. Great stuff with the examples repository, I'll make sure I add a link from my documentation.

Changed in capturemock:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.