aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-11-20 08:59:06 +0800
committer简律纯 <i@jyunko.cn>2023-11-20 08:59:06 +0800
commit35caa7c2f51878bcef3edea304c20e87040d767a (patch)
tree57816261a85bbe152bee27ea24dce2c47f5b1ad4 /tests
parentb7f99a0466834d5b9c45052d94ac57918efc584a (diff)
downloadHydroRoll-35caa7c2f51878bcef3edea304c20e87040d767a.tar.gz
HydroRoll-35caa7c2f51878bcef3edea304c20e87040d767a.zip
feat(deps): 添加 `lupa` 依赖
Diffstat (limited to 'tests')
-rw-r--r--tests/lua_in_python.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lua_in_python.py b/tests/lua_in_python.py
new file mode 100644
index 0000000..eb609d4
--- /dev/null
+++ b/tests/lua_in_python.py
@@ -0,0 +1,3 @@
+import lupa
+
+print(f"Using {lupa.LuaRuntime().lua_implementation} (compiled with {lupa.LUA_VERSION})") \ No newline at end of file