summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Driessen <vincent@datafox.nl>2010-07-27 10:17:14 +0200
committerVincent Driessen <vincent@datafox.nl>2010-07-27 10:17:14 +0200
commit462137e4ddac4303bdb25f84342d7913da8b2011 (patch)
tree1af09f8b87fc0645c572f5dad97e2d6ba4c92b87
parent04038f78bf2f112203a22dce60f1bc7edfc48fcf (diff)
downloadnose-machineout-462137e4ddac4303bdb25f84342d7913da8b2011.tar.bz2
nose-machineout-462137e4ddac4303bdb25f84342d7913da8b2011.tar.xz
nose-machineout-462137e4ddac4303bdb25f84342d7913da8b2011.zip
Remove the file/method line from the machine output.
-rw-r--r--machineout.py1
1 files changed, 0 insertions, 1 deletions
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):
60 60
61 fname = self._format_testfname(fname) 61 fname = self._format_testfname(fname)
62 prefix = "%s:%d" % (fname, lineno) 62 prefix = "%s:%d" % (fname, lineno)
63 self.stream.writeln("%s: In %s" % (fname, funname))
64 self.stream.writeln("%s: %s: %s" % (prefix, etype, msg)) 63 self.stream.writeln("%s: %s: %s" % (prefix, etype, msg))
65 64
66 if len(lines) > 1: 65 if len(lines) > 1: