qubed/tests/test_rust.py
2025-02-26 09:11:30 +00:00

6 lines
94 B
Python

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