Skip to content

Commit f4e523f

Browse files
committed
feat: Add tests
1 parent 8cfa6fb commit f4e523f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
gap> START_TEST("test_properties_magma_automorphism_group.tst");
2+
3+
gap> ForAll(AllSmallAntimagmas([2 .. 3]), M -> ForAll(MagmaAutomorphismGroup(M), psi -> IsMagmaHomomorphism(psi)));
4+
true
5+
6+
gap> ForAll(AllSmallAntimagmas([2 .. 3]), M -> ForAll(MagmaAutomorphismGroup(M), psi -> RespectsMultiplication(psi)));
7+
true
8+
9+
gap> ForAll(AllSmallAntimagmas([2 .. 3]), M -> Order(SymmetricGroup(Size(M))) mod Order(MagmaAutomorphismGroup(M)) = 0);
10+
true
11+
12+
gap> STOP_TEST("test_properties_magma_automorphism_group.tst");

0 commit comments

Comments
 (0)