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 c8c9512 commit abc51beCopy full SHA for abc51be
src/Test/Test.jl
@@ -173,10 +173,10 @@ version_added(::F) where {F} = v"0.10.5" # The default for any unlabeled tests.
173
warn_unsupported::Bool = false,
174
exclude_tests_after::VersionNumber = v"999.0.0",
175
verbose::Bool = false,
176
- test_module = @__MODULE__,
+ test_module = MathOptInterface.Test,
177
)
178
179
-Run all tests in `MathOptInterface.Test` on `model`.
+Run all tests in `test_module`, which defaults to `MathOptInterface.Test`, on `model`.
180
181
## Configuration arguments
182
0 commit comments