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 c2e9815 commit 263c2c8Copy full SHA for 263c2c8
Project.toml
@@ -12,7 +12,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
12
13
[compat]
14
ChainRulesCore = "1.11"
15
-ChainRulesTestUtils = "1"
+ChainRulesTestUtils = "1.5"
16
Compat = "3.35"
17
FiniteDifferences = "0.12.20"
18
JuliaInterpreter = "0.8"
test/global_state.jl
test/runtests.jl
@@ -46,7 +46,7 @@ end
46
include("test_helpers.jl")
47
println()
48
49
- include_test("global_state.jl")
+ test_method_tables() # Check the global method tables are consistent
50
51
# Each file puts all tests inside one or more @testset blocks
52
include_test("rulesets/Base/base.jl")
@@ -76,6 +76,6 @@ end
76
77
78
include_test("rulesets/Random/random.jl")
79
-
+
80
81
end
0 commit comments