We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611d515 commit eca2b82Copy full SHA for eca2b82
test/test_lua_modules.py
@@ -9,6 +9,8 @@
9
pytest.mark.asyncio,
10
])
11
12
+lua_modules_test = pytest.importorskip("lupa")
13
+
14
15
@pytest.mark.load_lua_modules('cjson')
16
async def test_async_asgi_ratelimit_script(async_redis: redis.Redis):
0 commit comments