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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions