Skip to content

Commit

Permalink
Merge branch 'main' into feat-1770-add-time-frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Matvey-Kuk authored Sep 24, 2024
2 parents cfd03db + d96bd41 commit a944d07
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/test_iohandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,15 +605,6 @@ def test_no_function_calls(context_manager):
assert len(functions) == 0, "Should find no functions"


def test_keep_in_string_not_as_function_call(context_manager):
iohandler = IOHandler(context_manager)
template = "Here is a sentence with keep. not as a function call: 'Let's keep. moving forward.'"
functions = iohandler.extract_keep_functions(template)
assert (
len(functions) == 0
), "Should find no functions when 'keep.' is part of a string."


def test_malformed_function_calls(context_manager):
iohandler = IOHandler(context_manager)
template = "Here is a malformed function call keep.(without closing parenthesis."
Expand Down

0 comments on commit a944d07

Please sign in to comment.