We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d008c3 commit 6020affCopy full SHA for 6020aff
NDTensors/test/runtests.jl
@@ -5,7 +5,7 @@ using SafeTestsets: @safetestset
5
using NDTensors: NDTensors
6
@testset "$(@__DIR__)" begin
7
filenames = filter(readdir(@__DIR__)) do f
8
- return startswith("test_")(f) && endswith(".jl")(f)
+ startswith("test_")(f) && endswith(".jl")(f)
9
end
10
for dir in ["lib"]
11
push!(filenames, joinpath(dir, "runtests.jl"))
0 commit comments