Mercurial > repos > public > sbplib_julia
comparison test/runtests.jl @ 1851:6a56a853271d feature/jet_aqua
Fix some white space
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 10 Jan 2025 23:16:08 +0100 |
parents | 5e4b2f8e9bf9 |
children |
comparison
equal
deleted
inserted
replaced
1850:a4e05d1aebaa | 1851:6a56a853271d |
---|---|
19 end | 19 end |
20 | 20 |
21 run_testfiles(".", globs) | 21 run_testfiles(".", globs) |
22 end | 22 end |
23 | 23 |
24 function run_testfiles(path, globs) | 24 function run_testfiles(path, globs) |
25 for name ∈ readdir(path) | 25 for name ∈ readdir(path) |
26 filepath = joinpath(path, name) | 26 filepath = joinpath(path, name) |
27 | 27 |
28 if isdir(filepath) | 28 if isdir(filepath) |
29 @testset "$name" begin | 29 @testset "$name" begin |