From 1ba8673e01e8e964f23c807b7907e4948dfc0864 2017-03-02 23:02:09 From: Matthias Bussonnier Date: 2017-03-02 23:02:09 Subject: [PATCH] Merge pull request #10370 from ipython/auto-backport-of-pr-10156 Backport PR #10156 on branch 5.x --- diff --git a/IPython/testing/tools.py b/IPython/testing/tools.py index 616e754..23bf6a6 100644 --- a/IPython/testing/tools.py +++ b/IPython/testing/tools.py @@ -478,6 +478,6 @@ def help_all_output_test(subcommand=''): nt.assert_equal(rc, 0, err) nt.assert_not_in("Traceback", err) nt.assert_in("Options", out) - nt.assert_in("Class parameters", out) + nt.assert_in("Class", out) return out, err