Visual, reactive testing library for Julia
PlutoTest.jl (alpha release) A macro @test that you can use to verify your code’s correctness. But instead of just saying “Pass” or “Fail”, let’s try to show you why a test failed. ✨ time travel ✨ to replay the execution step-by-step ⭐️ multimedia display ⭐️ to make results easy to read Try this demo in your browser First, update Pluto to at least 0.14.5! Next, add this package like so: julia> import Pkg; Pkg.add(Pkg.PackageSpec(url=”https://github.com/JuliaPluto/PlutoTest.jl”)) julia> using PlutoTest julia> @test 1 […]
Read more 
			 
			 
			 
			 
			 
			 
			