##// END OF EJS Templates
Make debugger doctest more remote....
Make debugger doctest more remote. Depending on whether or not __main__ is set to a real module, there may or may not be a 'File: ' line in the pinfo output. This differs according to whether tests were run directly or via a subprocess using 'python -c', so we use the doctest ellipsis to ignore the difference.
Thomas Kluyver -
r12621:66fe51d1
Show More
Name Size Modified Last Commit Author
/ git-hooks
README.md Loading ...
post-checkout Loading ...
post-merge Loading ...

git hooks for IPython

add these to your .git/hooks

For now, we just have post-checkout and post-merge,
both of which just update submodules,
so make sure that you have a fully synced repo whenever you checkout or pull.

To use these hooks, you can symlink or copy them to your .git/hooks directory.

ln -s ../../git-hooks/post-checkout .git/hooks/post-checkout
ln -s ../../git-hooks/post-merge .git/hooks/post-merge