From 9a9bd7fc37ed9fd45cff00fadc1841d90be67541 Mon Sep 17 00:00:00 2001
From: plaa <plaa@dtu.dk>
Date: Thu, 13 Oct 2016 22:42:12 +0200
Subject: [PATCH] added print statements

---
 ellipsyswrapper/testsuite.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ellipsyswrapper/testsuite.py b/ellipsyswrapper/testsuite.py
index d2af21d..3dbcd31 100644
--- a/ellipsyswrapper/testsuite.py
+++ b/ellipsyswrapper/testsuite.py
@@ -67,7 +67,9 @@ class CaseRunner(object):
         testroot = '/'.join(self.directory.split('/')[:-1])
         test_dir = os.path.join(testroot, self.casename)
         self.testroot = testroot
-
+        print '#################################################################################'
+        print '### Test case: '+self.casename
+        print '#################################################################################'
         if os.path.exists(test_dir):
             if not self.keep_directory:
                 # raise RuntimeWarning('Found old run directory %s, and deleted it!' % test_dir)
-- 
GitLab