##// END OF EJS Templates
Backport PR #9965: Allow the debugger to work in code which calls __import__("__main__")...
Backport PR #9965: Allow the debugger to work in code which calls __import__("__main__") this basically resolves 9941 as suggested by takluyver in https://github.com/ipython/ipython/issues/9941 issuecomment-248071079. In summary, it is needed to run e.g. standard unittests within the debugger. For more details see 9941. Signed-off-by: Thomas Kluyver <thomas@kluyver.me.uk>
Thomas Kluyver -
r23137:44edfbe8
Show More
Name Size Modified Last Commit Author
/ IPython / testing / tests
__init__.py Loading ...
test_decorators.py Loading ...
test_ipunittest.py Loading ...
test_tools.py Loading ...