Home

IRTest.jl

IRTest โ€” Module.

IRTest

Stable Dev Build Status Codecov Coveralls

source
IRTest.@include โ€” Macro.
IRTest.@include(script)

Include a test script or run it in an external process if one of the following flags is specified for the current process:

--inline=no
--check-bounds=yes
--code-coverage=user
--code-coverage=all

Test script should contain @test to appropriately fail when there is a failing test.

source