Skip to content
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

Separate out skip_doctest decorator #448

Merged
merged 1 commit into from May 18, 2011

Conversation

takluyver
Copy link
Member

Move skip_doctest decorator to separate module, so that it can be used without triggering other imports.

I've checked that the test suite still passes, and that 'numpy' in sys.modules is now False in both terminal IPython and the Qt console.

Closes #446

@ellisonbg
Copy link
Member

This looks fine to me.

@takluyver
Copy link
Member Author

Thanks, Brian. I'll rebase and merge later today unless anyone objects.

@takluyver takluyver merged commit dd8c6b4 into ipython:master May 18, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test machinery is imported at normal runtime
2 participants