From 93b94b13900e000e39f9f4d8847a5c3e2f81fda0 Mon Sep 17 00:00:00 2001 From: Connor Jordan <115144692+cpjordan@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:15:02 +0000 Subject: [PATCH] Update conftest.py description --- test_adjoint/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_adjoint/conftest.py b/test_adjoint/conftest.py index 10a010fb2..3e4f20137 100644 --- a/test_adjoint/conftest.py +++ b/test_adjoint/conftest.py @@ -1,7 +1,7 @@ def pytest_runtest_teardown(item, nextitem): - """Clear Thetis caches after running a test""" + """Clear adjoint tape after running a test""" from pyadjoint import get_working_tape # clear the adjoint tape, so subsequent tests don't interfere