aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/test_pyo3.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pyo3.py')
-rw-r--r--tests/test_pyo3.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_pyo3.py b/tests/test_pyo3.py
deleted file mode 100644
index 56a4060..0000000
--- a/tests/test_pyo3.py
+++ /dev/null
@@ -1,4 +0,0 @@
-from pyo3_template._core import sum_as_string
-
-if __name__ == "__main__":
- print(sum_as_string(1, 2)) \ No newline at end of file