class Tryouts::CLI::CompactFormatter
def file_execution_start(file_path, test_count, _context_mode)
def file_execution_start(file_path, test_count, _context_mode) pretty_path = Console.pretty_path(file_path) puts puts "#{pretty_path}: #{test_count} tests" end