Add python tap runner to the tree
[babeltrace.git] / tests / utils / python / tap / __init__.py
1 # Copyright (c) 2016, Matt Layman
2
3 from .runner import TAPTestRunner
4
5 __all__ = ['TAPTestRunner']
6 __version__ = '2.1'
This page took 0.033251 seconds and 5 git commands to generate.