Decorators Usage Guide

The decorators module

tempest_lib.decorators.skip_because(*args, **kwargs)

A decorator useful to skip tests hitting known bugs

@param bug: bug number causing the test to skip @param condition: optional condition to be True for the skip to have place

Table Of Contents

Previous topic

CLI Testing Framework Usage

This Page