tests for FPGroup and FreeGroup(n::Int)

This commit is contained in:
kalmar 2017-05-12 21:19:57 +02:00
parent 51694c4fbf
commit 2461b42e9c
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ using Base.Test
@testset "FreeGroup" begin
@test isa(FreeGroup(["s", "t"]), Nemo.Group)
@test isa(FreeGroup(["s", "t"]), Nemo.FPGroup)
@test isa(FreeGroup(2), Nemo.FPGroup)
G = FreeGroup(["s", "t"])
@testset "elements constructors" begin