Add python tap runner to the tree
[babeltrace.git] / tests / utils / python / tap / __init__.py
diff --git a/tests/utils/python/tap/__init__.py b/tests/utils/python/tap/__init__.py
new file mode 100644 (file)
index 0000000..bb839d2
--- /dev/null
@@ -0,0 +1,6 @@
+# Copyright (c) 2016, Matt Layman
+
+from .runner import TAPTestRunner
+
+__all__ = ['TAPTestRunner']
+__version__ = '2.1'
This page took 0.027586 seconds and 4 git commands to generate.