Skip to content

Commit 2a4897b

Browse files
authored
Docstring for the test.
1 parent 4fd0c77 commit 2a4897b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/firedrake/regression/test_solvers_options_prefix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ def test_same_options_prefix_different_solve():
213213

214214

215215
def test_unused_options(caplog):
216+
"""Check that unused solver options result in a warning in the log."""
216217
m = UnitIntervalMesh(5)
217218
fs = FunctionSpace(m, "CG", 1)
218219
f = Function(fs)

0 commit comments

Comments
 (0)