Coverage for tests/bindgen/bare_funcs/test_bare_funcs.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.6.12, created at 2025-02-20 16:25 +0000

1from pathlib import Path 

2 

3 

4def test_bare_funcs(bindgen_testcase): 

5 store, root = bindgen_testcase( 

6 guest_code_dir=Path(__file__).parent, 

7 world_name='barefuncs', 

8 ) 

9 assert root.foo(store, 10) == 11