Skip to content

nose-tap not reporting skipped tests #21

@atodorov

Description

@atodorov

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:

https://travis-ci.org/kiwitcms/tap-plugin/builds/484696806

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions