Skip to content

Remove try-catch from tests #29

@csirmazbendeguz

Description

@csirmazbendeguz

In general, tests shouldn't contain try-catch blocks

try:
self.client.unpublish(unpublish_request)
except Exception as e:
assert e is None

Just let the code fail

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No fields configured for Task.

    Projects

    Status

    Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions