"contrib/git@mau.dev:leytilera/synapse.git" did not exist on "d8cc86eff484b6f570f55a5badb337080c6e4dcd"
Newer
Older
from synapse.synapse_rust import sum_as_string
from tests import unittest
class RustTestCase(unittest.TestCase):
"""Basic tests to ensure that we can call into Rust code."""
result = sum_as_string(1, 2)
self.assertEqual("3", result)