File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
+--------+---------+------------+
12
12
13
13
sage: test_packages(['atlasrep', 'tomlib'])
14
- Status Package GAP Output
15
- +--------+----------+------------+
16
- atlasrep true
17
- tomlib true
14
+ Status Package GAP Output
15
+ ├────────┼──────────┼────────────┤
16
+ atlasrep true
17
+ tomlib true
18
18
"""
19
19
20
20
import os
@@ -43,9 +43,9 @@ def test_packages(packages, only_failures=False):
43
43
44
44
sage: from sage.tests.gap_packages import all_installed_packages, test_packages
45
45
sage: test_packages(['GAPDoc'])
46
- Status Package GAP Output
47
- +--------+---------+------------+
48
- GAPDoc true
46
+ Status Package GAP Output
47
+ ├────────┼─────────┼────────────┤
48
+ GAPDoc true
49
49
50
50
All packages, including user-installed ones::
51
51
You can’t perform that action at this time.
0 commit comments