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