aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
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