MCPcopy Create free account
hub / github.com/boostorg/build / test_args

Function test_args

v2/test/core_arguments.py:25–26  ·  view source on GitHub ↗
(t, *args, **kwargs)

Source from the content-addressed store, hash-verified

23
24
25def test_args(t, *args, **kwargs):
26 test(t, "args", *args, **kwargs)
27
28
29def test_varargs(t, *args, **kwargs):

Callers 1

core_arguments.pyFile · 0.85

Calls 1

testFunction · 0.70

Tested by

no test coverage detected