Skip to content

Commit 0aee5a0

Browse files
committed
remove comments
1 parent cd35743 commit 0aee5a0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/cli/test_debugger.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,3 @@ def test_tree_command(self, mock_is_active, mock_console, mock_tree):
222222

223223
assert result.exit_code == 0
224224
mock_tree.assert_called_with("main")
225-
226-
227-
# TODO: addd tests
228-
# class TestVarsCommand:
229-
# def setup_method(self):
230-
# self.state = MagicMock(spec=State)
231-
# self.runtime = MagicMock()
232-
# debugger.state = self.state
233-
# debugger.runtime = self.runtime

0 commit comments

Comments
 (0)