Skip to content

Commit

Permalink
src/sage/tests/cmdline.py: Add # needs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 26, 2024
1 parent dbdb740 commit 9cd16e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/tests/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ def test_executable(args, input="", timeout=100.0, pydebug_ignore_warnings=False
Some programs of which we check functionality using only ``--version``::
sage: # needs sage.symbolic
sage: (out, err, ret) = test_executable(["sage", "--maxima", "--version"])
sage: out.find("Maxima ") >= 0
True
Expand Down

0 comments on commit 9cd16e3

Please sign in to comment.