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

Function test

v2/test/test_rc.py:97–99  ·  view source on GitHub ↗
(n, expect)

Source from the content-addressed store, hash-verified

95 t.expect_nothing_more()
96
97 def test(n, expect):
98 test1(n, expect, noexec=True)
99 test1(n, expect)
100
101 test(1, t.expect_addition)
102 test(2, None)

Callers 2

test_user_configurationFunction · 0.70

Calls 1

test1Function · 0.70

Tested by

no test coverage detected