aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2025-03-12 21:32:29 +0800
committerGitHub <noreply@github.com>2025-03-12 21:32:29 +0800
commitdd873e954a92d0e3209fe98b034570b47c859589 (patch)
tree4e1718f42394c9f3384b8f91429068a6e1e980db /tests
downloadconventional_role_play-dd873e954a92d0e3209fe98b034570b47c859589.tar.gz
conventional_role_play-dd873e954a92d0e3209fe98b034570b47c859589.zip
Initial commit
Diffstat (limited to 'tests')
-rw-r--r--tests/test_pyo3.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_pyo3.py b/tests/test_pyo3.py
new file mode 100644
index 0000000..56a4060
--- /dev/null
+++ b/tests/test_pyo3.py
@@ -0,0 +1,4 @@
+from pyo3_template._core import sum_as_string
+
+if __name__ == "__main__":
+ print(sum_as_string(1, 2)) \ No newline at end of file