comparison tests/run-tests.py @ 27637:b502138f5faa

cleanup: remove superfluous space after space after equals (python)
author timeless <timeless@mozdev.org>
date Thu, 31 Dec 2015 08:16:59 +0000
parents 21b363bd87dc
children df142b77b4c2
comparison
equal deleted inserted replaced
27636:21b363bd87dc 27637:b502138f5faa
1270 # unittest implementation. It is very similar to failed. It may make 1270 # unittest implementation. It is very similar to failed. It may make
1271 # sense to map it into fail some day. 1271 # sense to map it into fail some day.
1272 self.warned = [] 1272 self.warned = []
1273 1273
1274 self.times = [] 1274 self.times = []
1275 self._firststarttime = None 1275 self._firststarttime = None
1276 # Data stored for the benefit of generating xunit reports. 1276 # Data stored for the benefit of generating xunit reports.
1277 self.successes = [] 1277 self.successes = []
1278 self.faildata = {} 1278 self.faildata = {}
1279 1279
1280 def addFailure(self, test, reason): 1280 def addFailure(self, test, reason):