using Test using MethodSimilarity @testset "Choose" begin itr = MethodSimilarity.Choose(2, 3) @test collect(itr) == [(1, 2), (1, 3), (2, 3)] end