-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I have the following:
class GivenConfigurationFileExists(unittest.TestCase):
@unittest.skip('should be implemented in tcms-api')
def test_when_plugin_initializes_then_uses_config(self):
self.fail('not implemented')
while nose is able to discover and execute this (reporting 1 skipped test) nose-tap doesn't snow anything in the output. I was expecting to have an ok 1 <name> # SKIP: the message from decorator
See:
kiwitcms/tap-plugin@1d26e94
and:
Metadata
Metadata
Assignees
Labels
No labels