summaryrefslogtreecommitdiff
path: root/pytest.py
diff options
context:
space:
mode:
Diffstat (limited to 'pytest.py')
-rw-r--r--pytest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.py b/pytest.py
index 6457b77..a69d8fd 100644
--- a/pytest.py
+++ b/pytest.py
@@ -129,6 +129,7 @@ def testfile(filename, batchmode=False):
if dirname:
os.chdir(dirname)
modname = osp.basename(filename)[:-3]
+ print (' %s ' % osp.basename(filename)).center(70, '=')
try:
tstart, cstart = time(), clock()
testprog = testlib.unittest_main(modname, batchmode=batchmode)