From 462137e4ddac4303bdb25f84342d7913da8b2011 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Tue, 27 Jul 2010 10:17:14 +0200 Subject: Remove the file/method line from the machine output. --- machineout.py | 1 - 1 file changed, 1 deletion(-) diff --git a/machineout.py b/machineout.py index 57ecb22..7609abf 100644 --- a/machineout.py +++ b/machineout.py @@ -60,7 +60,6 @@ class NoseMachineReadableOutput(Plugin): fname = self._format_testfname(fname) prefix = "%s:%d" % (fname, lineno) - self.stream.writeln("%s: In %s" % (fname, funname)) self.stream.writeln("%s: %s: %s" % (prefix, etype, msg)) if len(lines) > 1: -- cgit v1.2.3