Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
midays committed May 15, 2024
1 parent 28b45ac commit 17c6f0e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/models/IDE/VisualStudioCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ def run_simple_analysis(self, configuration_name: str):
time.sleep(3)
terminal_lines = self.copy_terminal_output()
log_map = parse_log_string(terminal_lines[6])

print("=====================================================")
print("terminal lines: ")
print(terminal_lines)
print("=====================================================")
assert is_date_today(log_map["time"])
assert log_map["msg"] == "running source code analysis"

Expand Down

0 comments on commit 17c6f0e

Please sign in to comment.