Skip to content

Commit

Permalink
Add a todo in test_code for test for code_v1
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
  • Loading branch information
lebrice committed Apr 29, 2024
1 parent fda3fd5 commit 8de8b7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/test_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8de8b7c

Please sign in to comment.