Short tests for GAP¶
- sage.libs.gap.test.check_write_to_file()[source]¶
Test that libgap can write to files.
See Issue #16502, Issue #15833.
EXAMPLES:
sage: from sage.libs.gap.test import check_write_to_file sage: check_write_to_file()
>>> from sage.all import * >>> from sage.libs.gap.test import check_write_to_file >>> check_write_to_file()