Skip to content

Remove try-catch from tests #29

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

Labels

enhancementNew feature or request

Type

Fields

No fields configured for Task.

Projects

Status
In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions