class Tryouts::CLI::OutputManager

def file_end(file_path, framework: :direct, context: :fresh)

def file_end(file_path, framework: :direct, context: :fresh)
  context_info = { framework: framework, context: context }
  @live_status_manager.handle_event(:file_end, file_path, context_info)
  @formatter.file_end(file_path, context_info: context_info)
end