Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
32174: adapting the doctest listing external softwares
Browse files Browse the repository at this point in the history
  • Loading branch information
seblabbe committed Dec 1, 2021
1 parent 6f311b3 commit 3bfe1a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/sage/doctest/external.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,13 +380,17 @@ class AvailableSoftware(object):
['cplex',
'gurobi',
'internet',
'latex',
'lualatex',
'macaulay2',
'magma',
'maple',
'mathematica',
'matlab',
'octave',
'scilab']
'pdflatex',
'scilab',
'xelatex']
sage: 'internet' in available_software # random, optional - internet
True
sage: available_software.issuperset(set(['internet','latex'])) # random, optional - internet latex
Expand Down

0 comments on commit 3bfe1a1

Please sign in to comment.