Skip to content

Commit ac64ef6

Browse files
committed
v0.2 - use prefix support from tcms-api 5.2
1 parent 17ec7b4 commit ac64ef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
setup(name='kiwitcms-tap-plugin',
14-
version='0.1.1',
14+
version='0.2',
1515
packages=['tcms_tap_plugin'],
1616
scripts=['tcms-tap-plugin'],
1717
description='Test Anything Protocol (TAP) plugin for '

tcms_tap_plugin/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class Plugin: # pylint: disable=too-few-public-methods
1111
def __init__(self):
12-
self.backend = Backend()
12+
self.backend = Backend(prefix='[TAP] ')
1313

1414
def parse(self, tap_file, progress_cb=None):
1515
self.backend.configure()

0 commit comments

Comments
 (0)