From 8de8b7cdfadb6490cb70abb6df730c7acf526684 Mon Sep 17 00:00:00 2001 From: Fabrice Normandin Date: Mon, 29 Apr 2024 14:16:05 -0400 Subject: [PATCH] Add a todo in test_code for test for code_v1 Signed-off-by: Fabrice Normandin --- tests/integration/test_code.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/test_code.py b/tests/integration/test_code.py index 28c4f3e2..3ce9e4bb 100644 --- a/tests/integration/test_code.py +++ b/tests/integration/test_code.py @@ -210,3 +210,6 @@ def filter_line(line: str) -> str: return "\n".join(filter_line(line) for line in captured_output.splitlines()) file_regression.check(filter_captured_output(captured_output)) + + +# TODO: re-add a test for code_v1 until it is removed.