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 e7ba904 commit c480da7Copy full SHA for c480da7
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