We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdf28c commit 1e97bb2Copy full SHA for 1e97bb2
src/sage/cli/notebook_cmd_test.py
@@ -34,6 +34,6 @@ def test_invalid_notebook_choice():
34
35
36
def test_help():
37
- parser = argparse.ArgumentParser()
+ parser = argparse.ArgumentParser(prog="sage")
38
JupyterNotebookCmd.extend_parser(parser)
39
- assert parser.format_usage() == "usage: pytest [-h] [-n [{jupyter,jupyterlab}]]\n"
+ assert parser.format_usage() == "usage: sage [-h] [-n [{jupyter,jupyterlab}]]\n"
0 commit comments