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 90e878f commit 116942aCopy full SHA for 116942a
test/runtests.jl
@@ -23,6 +23,7 @@ if GROUP == "Core" || GROUP == "All"
23
@time @testset "Utils Tests" begin include("utils_test.jl") end
24
@time @testset "Partitions Tests" begin include("partitions_test.jl") end
25
@time @testset "VecOfArr Indexing Tests" begin include("basic_indexing.jl") end
26
+ @time @testset "SymbolicIndexingInterface API test" begin include("symbolic_indexing_interface_test.jl") end
27
@time @testset "VecOfArr Interface Tests" begin include("interface_tests.jl") end
28
@time @testset "Table traits" begin include("tabletraits.jl") end
29
@time @testset "StaticArrays Tests" begin include("copy_static_array_test.jl") end
0 commit comments