Based on the example in GH issue #13167, the limited API test has been extended with a test to load the compiled module to ensure it can be loaded correctly.pull/13171/head
parent
141100e482
commit
d1abdce88f
3 changed files with 25 additions and 2 deletions
@ -0,0 +1,6 @@ |
||||
from limited import hello |
||||
|
||||
def test_hello(): |
||||
assert hello() == "hello world" |
||||
|
||||
test_hello() |
Loading…
Reference in new issue