We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd0c77 commit 2a4897bCopy full SHA for 2a4897b
1 file changed
tests/firedrake/regression/test_solvers_options_prefix.py
@@ -213,6 +213,7 @@ def test_same_options_prefix_different_solve():
213
214
215
def test_unused_options(caplog):
216
+ """Check that unused solver options result in a warning in the log."""
217
m = UnitIntervalMesh(5)
218
fs = FunctionSpace(m, "CG", 1)
219
f = Function(fs)
0 commit comments