Tests for functions which use *args or **kwargs

macro_with_args

My args macro is OK.

PARAMETERS

NameDescriptionDefault Value
nameThe name of the test rule.none
argsOther arguments to includenone

RETURNS

An empty list.

macro_with_both

Oh wow this macro has both.

Not much else to say.

PARAMETERS

NameDescriptionDefault Value
nameThe name of the test rule.none
numberSome number used for important things3
argsOther arguments to includenone
kwargsOther attributes to includenone

RETURNS

An empty list.

macro_with_kwargs

My kwargs macro is the best.

This is a long multi-line doc string. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer elementum, diam vitae tincidunt pulvinar, nunc tortor volutpat dui, vitae facilisis odio ligula a tortor. Donec ullamcorper odio eget ipsum tincidunt, vel mollis eros pellentesque.

PARAMETERS

NameDescriptionDefault Value
nameThe name of the test rule.none
configConfig to use for my macronone
depsList of my macro's dependencies[]
kwargsOther attributes to includenone

RETURNS

An empty list.