about summary refs log tree commit diff stats
path: root/test/test.py
blob: bf285a471be3f1d2df750575f5776d6f10837ea5 (plain) (blame)
1
2
3
4
5
"""Workaround to allow running single test cases directly"""
try:
	from __init__ import init, Fake, OK, raise_ok
except:
	from test import init, Fake, OK, raise_ok