betty.test_utils package

Subpackages

Submodules

Module contents

Provide utilities for testing Betty or other software that depends on Betty.

final class betty.test_utils.Counter

Bases: object

An object that keeps track of how often it has been called.

__init__()
property count: int

The call count.