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

IPython 7.x compatibility #348

Merged
merged 2 commits into from
Sep 25, 2018
Merged

IPython 7.x compatibility #348

merged 2 commits into from
Sep 25, 2018

Commits on Sep 21, 2018

  1. IPython 7.x compatibility

    Carreau committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    aa4eb44 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Fix test of set_next_input

    Test of set_next input were testing not only that several set_next_input
    were not set several time; but was doing so via the side effect that
    `?` was triggering set_next_input.
    
    Use directly ip.set_next_input to not rely on the behavior or `?` which
    anyway is buggy
    Carreau committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    fd95855 View commit details
    Browse the repository at this point in the history