Add python tap runner to the tree
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 23 Aug 2017 21:19:41 +0000 (17:19 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 17 Sep 2017 18:10:50 +0000 (14:10 -0400)
commit79e073783af133c22b7c67ba474f511a6683857e
tree3b1809b19830d277feb79decb29f1748018233ee
parent09ef660c8db235881eb2c8788770e8ca4f2df39e
Add python tap runner to the tree

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
16 files changed:
LICENSE
configure.ac
tests/utils/Makefile.am
tests/utils/python/tap/LICENSE [new file with mode: 0644]
tests/utils/python/tap/__init__.py [new file with mode: 0644]
tests/utils/python/tap/adapter.py [new file with mode: 0644]
tests/utils/python/tap/directive.py [new file with mode: 0644]
tests/utils/python/tap/formatter.py [new file with mode: 0644]
tests/utils/python/tap/i18n.py [new file with mode: 0644]
tests/utils/python/tap/line.py [new file with mode: 0644]
tests/utils/python/tap/loader.py [new file with mode: 0644]
tests/utils/python/tap/main.py [new file with mode: 0644]
tests/utils/python/tap/parser.py [new file with mode: 0644]
tests/utils/python/tap/rules.py [new file with mode: 0644]
tests/utils/python/tap/runner.py [new file with mode: 0644]
tests/utils/python/tap/tracker.py [new file with mode: 0644]
This page took 0.02471 seconds and 4 git commands to generate.