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 64cadb3 commit 5e2dc65Copy full SHA for 5e2dc65
test/runtests.jl
@@ -28,6 +28,7 @@ end
28
if GROUP == "Core" || GROUP == "All"
29
@time @safetestset "Utils Tests" begin include("utils_test.jl") end
30
@time @safetestset "Partitions Tests" begin include("partitions_test.jl") end
31
+ @time @safetestset "NamedArrayPartition Tests" begin include("named_array_partition_tests.jl") end
32
@time @safetestset "VecOfArr Indexing Tests" begin include("basic_indexing.jl") end
33
@time @safetestset "SymbolicIndexingInterface API test" begin include("symbolic_indexing_interface_test.jl") end
34
@time @safetestset "VecOfArr Interface Tests" begin include("interface_tests.jl") end
0 commit comments