Line data Source code
1 2 : @testset "greeting" begin 2 4 : for i in 1:4 3 8 : @test greeting(i) == "Hello $i" 4 14 : end 5 : end