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