We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ec7b4 commit ac64ef6Copy full SHA for ac64ef6
setup.py
@@ -11,7 +11,7 @@
11
12
13
setup(name='kiwitcms-tap-plugin',
14
- version='0.1.1',
+ version='0.2',
15
packages=['tcms_tap_plugin'],
16
scripts=['tcms-tap-plugin'],
17
description='Test Anything Protocol (TAP) plugin for '
tcms_tap_plugin/__init__.py
@@ -9,7 +9,7 @@
9
10
class Plugin: # pylint: disable=too-few-public-methods
def __init__(self):
- self.backend = Backend()
+ self.backend = Backend(prefix='[TAP] ')
def parse(self, tap_file, progress_cb=None):
self.backend.configure()
0 commit comments