-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No output inside nose tests #8
No output inside nose tests #8
Comments
I adapted my original patch to your current code and made it work with IPython >=0.10.2 as well: |
Can you turn it into a pull request ? |
Unfortunately I can't before GitHub staff changes my repository to be a I can git format-patch it for you if it helps. -Antti |
Ok, I'll manage myself then ! |
I made a branch where I use less code. Can you test my 'issue8' branch ? |
Your 'issue8' branch seems to work correctly (Python 2.7, nose 1.1.2, IPython 0.11). |
Ah, one problem! If I have In my original patch this problem doesn't exist. |
Last push should fix the loop issue. Can you confirm ? |
As I also tested myself, I consider this issue closed. Released as ipdb 0.6 |
When I insert an "
import ipdb;ipdb.set_trace()
" inside a nose test case, running of the tests pauses but nothing is output on the terminal.I've made a patch to fix this in my fork of ipdb in February 2010: see akaihola/ipdb@0894324
Unfortunately my repository isn't a fork of yours. IIRC I created it by cloning svn.gotcha.python-hosting.com since there were no GitHub mirrors at that time.
The text was updated successfully, but these errors were encountered: