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

Commit

Permalink
modify the test so that Sage's "table" is not used
Browse files Browse the repository at this point in the history
see https://trac.sagemath.org/ticket/31498#comment:5
for reasoning

Also, removed useless lines in a not-tested test
  • Loading branch information
dimpase committed May 14, 2021
1 parent 246664d commit 7170197
Showing 1 changed file with 5 additions and 35 deletions.
40 changes: 5 additions & 35 deletions src/sage/tests/gap_packages.py
Expand Up @@ -5,11 +5,11 @@
sage: from sage.tests.gap_packages import all_installed_packages, test_packages
sage: pkgs = all_installed_packages(ignore_dot_gap=True)
sage: test_packages(pkgs, only_failures=True) # optional - gap_packages
...
Status Package GAP Output
+--------+---------+------------+
sage: libgap.SetInfoLevel(libgap.InfoWarning, 0)
sage: for p in pkgs:
....: pkg = p.split('-')[0]
....: if not libgap.LoadPackage(pkg):
....: raise
sage: test_packages(['atlasrep', 'tomlib'])
Status Package GAP Output
+--------+----------+------------+
Expand Down Expand Up @@ -55,36 +55,6 @@ def test_packages(packages, only_failures=False):
+---------+------------+------------+
Alnuth true
GAPDoc true
HAPcryst true
Hap true
QPA true
aclib true
atlasrep true
autpgrp true
cohomolo true
corelg true
crime true
cryst true
crystcat true
ctbllib true
design true
factint true
gbnp true
grape true
guava true
happrime true
hecke true
laguna true
liealgdb true
liepring true
liering true
loops true
mapclass true
polycyclic true
polymaking true
quagroup true
repsn true
sla true
sonata true
tomlib true
toric true
Expand Down

0 comments on commit 7170197

Please sign in to comment.