module documentation

Undocumented

Class CountWarnings Count warnings to improve warning control.
Exception NeverTestedWarning Feature has been implemented but never or poorly tested for correct results
Function filterwarning add warning filter but only if not already there (i.e. defined by the user),
Variable deliver_warning Undocumented
Variable max_warnings overwrites the default number of max warnings by warning name
Variable skip_warnings overwrites the default number of skipped first warnings by warning name
def filterwarning(*args, **kwargs):

add warning filter but only if not already there (i.e. defined by the user),

not clear why this works as expected.

deliver_warning =

Undocumented

max_warnings: dict =

overwrites the default number of max warnings by warning name

skip_warnings: dict =

overwrites the default number of skipped first warnings by warning name