Skip to content

Commit 3ce5d00

Browse files
committed
Update runtests.jl
1 parent d455e1b commit 3ce5d00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/runtests.jl

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ end
1919
@testset "Unit tests" begin
2020
include("unit.jl")
2121
end
22+
23+
@testset "Test some unhappy paths (error paths)" begin
24+
include("error_path_intentionally_fail.jl")
25+
end
2226

2327
# test that slurm is available
2428
@test !(Sys.which("sinfo") === nothing)

0 commit comments

Comments
 (0)