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.
2 parents b81e525 + 02ce0fd commit d0b8d92Copy full SHA for d0b8d92
Project.toml
@@ -13,7 +13,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
13
14
[compat]
15
ChainRulesCore = "1.11.5"
16
-ChainRulesTestUtils = "1"
+ChainRulesTestUtils = "1.5"
17
Compat = "3.35"
18
FiniteDifferences = "0.12.20"
19
IrrationalConstants = "0.1.1"
test/runtests.jl
@@ -45,6 +45,8 @@ end
45
include("test_helpers.jl")
46
println()
47
48
+ test_method_tables() # Check the global method tables are consistent
49
+
50
# Each file puts all tests inside one or more @testset blocks
51
include_test("rulesets/Base/base.jl")
52
include_test("rulesets/Base/fastmath_able.jl")
@@ -73,6 +75,5 @@ end
73
75
74
76
77
include_test("rulesets/Random/random.jl")
-
78
79
end
0 commit comments