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

Use some more informative asserts in inprocess kernel tests #6556

Merged

Conversation

takluyver
Copy link
Member

Prompted by gh-6552 (but doesn't fix it)

@@ -46,7 +46,7 @@ def test_pylab(self):
kc = self.kc
kc.execute('%pylab')
msg = get_stream_message(kc)
self.assert_('matplotlib' in msg['content']['data'])
self.assertIn('matplotliaab', msg['content']['data'])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rats, left a debugging change in. One minute while I force push...

@takluyver takluyver force-pushed the inproc-kernel-tests-better-assets branch from 1de0b12 to 1cbffd7 Compare September 26, 2014 18:34
@takluyver takluyver added this to the 2.3 milestone Sep 26, 2014
takluyver added a commit that referenced this pull request Sep 26, 2014
…sets

Use some more informative asserts in inprocess kernel tests
@takluyver takluyver merged commit 6345f75 into ipython:master Sep 26, 2014
takluyver added a commit that referenced this pull request Sep 26, 2014
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
…tter-assets

Use some more informative asserts in inprocess kernel tests
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.

None yet

2 participants