From 345802dd9cfdb7b856acddc9b7bd4c069e20c2e0 Mon Sep 17 00:00:00 2001 From: Renat Zaripov Date: Tue, 2 Feb 2016 15:43:25 +0300 Subject: [PATCH] This closes #113 --- xmlrunner/result.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xmlrunner/result.py b/xmlrunner/result.py index 9b60988..d8f3905 100644 --- a/xmlrunner/result.py +++ b/xmlrunner/result.py @@ -175,6 +175,7 @@ def callback(): ) elif self.dots: self.stream.write(short_str) + self.stream.flush() self.callback = callback def startTest(self, test):