aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pyprofibus_tstlib.py
blob: 2ddb21412694f2ea19d6451381a34063147eccb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
from __future__ import division, absolute_import, print_function, unicode_literals

from unittest import TestCase

__all__ = [
	"TestCase",
	"initTest",
]


def initTest(testCaseFile):
	from os.path import basename
	print("(test case file: %s)" % basename(testCaseFile))
bues.ch cgit interface