Skip to content

Commit

Permalink
src/sage/tests/gap_packages.py: Normalize package names to lower case…
Browse files Browse the repository at this point in the history
… in doctest
  • Loading branch information
mkoeppe committed Dec 20, 2023
1 parent b002b63 commit 1156afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/tests/gap_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ def all_installed_packages(ignore_dot_gap=False, gap=None):
EXAMPLES::
sage: from sage.tests.gap_packages import all_installed_packages
sage: all_installed_packages()
(...'gapdoc'...)
sage: [p.lower() for p in all_installed_packages()]
[...'gapdoc'...]
sage: all_installed_packages(ignore_dot_gap=True) == all_installed_packages(gap=gap, ignore_dot_gap=True)
True
"""
Expand Down

0 comments on commit 1156afc

Please sign in to comment.