Files
neon/test_runner/batch_others/test_bindings.py
Bojan Serafimov edc77e8a24 Add pyo3 prototype
2022-08-30 11:28:22 -04:00

6 lines
108 B
Python

from neon_dev_utils import sum_as_string
def test_neon_dev_utils():
assert sum_as_string(2, 3) == "5"