qubed/tests/test_rust.py
2025-02-19 15:08:21 +00:00

5 lines
93 B
Python

from qubed.rust import hello
def test_hello():
assert hello("World") == "Hello, World!"