mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 14:35:28 +01:00
tests for FPGroup and FreeGroup(n::Int)
This commit is contained in:
parent
51694c4fbf
commit
2461b42e9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user