chapps.tests.conftest module

Root conftest for CHAPPS

class chapps.tests.conftest.ErrorAfter[source]

Bases: object

Return a callable object which will raise CallableExhausted after a set number of calls

__init__(limit)[source]