Skip to content

Commit abc51be

Browse files
authored
Update Test.jl
1 parent c8c9512 commit abc51be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Test/Test.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ version_added(::F) where {F} = v"0.10.5" # The default for any unlabeled tests.
173173
warn_unsupported::Bool = false,
174174
exclude_tests_after::VersionNumber = v"999.0.0",
175175
verbose::Bool = false,
176-
test_module = @__MODULE__,
176+
test_module = MathOptInterface.Test,
177177
)
178178
179-
Run all tests in `MathOptInterface.Test` on `model`.
179+
Run all tests in `test_module`, which defaults to `MathOptInterface.Test`, on `model`.
180180
181181
## Configuration arguments
182182

0 commit comments

Comments
 (0)