NarrativeTest.jl icon indicating copy to clipboard operation
NarrativeTest.jl copied to clipboard

Julia library for functional testing.

Results 1 NarrativeTest.jl issues
Sort by recently updated
recently updated
newest added

The implementation is based on the code from Documenter.jl. Allows to define test cases with REPL-simulated syntax: julia> 1 1 This is useful as allows to define new test cases...