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

Basic exercise of ipython [subcommand] -h and help-all #4125

Merged
merged 6 commits into from
Sep 4, 2013

Commits on Aug 30, 2013

  1. ConnectionFileMixin is Configurable

    it has `config=True` traits
    
    Currently in master `ipython console -h` will fail because of this.
    It doesn't affect 1.0, I'm not sure why.
    minrk committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    ba2c053 View commit details
    Browse the repository at this point in the history
  2. test that -h and --help-all work for various IPython entry points

    should help catch when we break these things.
    minrk committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    26c3ff0 View commit details
    Browse the repository at this point in the history
  3. fix one remaining Transformer in nbconvertapp

    prevented `nbconvert -h` from working
    minrk committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    8e17326 View commit details
    Browse the repository at this point in the history
  4. de-decorate help output tests

    minrk committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    45c2f7b View commit details
    Browse the repository at this point in the history
  5. only test --help-all

    help-all is a superset of `-h`, so no need to do both,
    since these tests are slow.
    minrk committed Aug 30, 2013
    Configuration menu
    Copy the full SHA
    150bcc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3294e4a View commit details
    Browse the repository at this point in the history