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