mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-28 18:40:38 +00:00
Add pyo3 prototype
This commit is contained in:
5
test_runner/batch_others/test_bindings.py
Normal file
5
test_runner/batch_others/test_bindings.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from neon_dev_utils import sum_as_string
|
||||
|
||||
|
||||
def test_neon_dev_utils():
|
||||
assert sum_as_string(2, 3) == "5"
|
||||
Reference in New Issue
Block a user