catcher.modules package

Submodules

catcher.modules module

Module contents

class catcher.modules.Module(resources)[source]

Bases: ABC

abstract after(*args, **kwargs)[source]

Run after tests execution

abstract before(*args, **kwargs)[source]

Run before tests execution

abstract filter_resource(file: str) bool[source]
find_resource_file() Optional[str][source]

find a file inside a resources directory

Subpackages