From 792a61eaafd77b2975e3152ea3c64c1bf7d8104f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ada=C3=ADas=20Magdiel?= Date: Tue, 2 Jul 2024 20:45:40 -0300 Subject: [PATCH] feat: Add Leste, a test framework for Lua --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a136057..4fed2b8 100644 --- a/README.md +++ b/README.md @@ -1205,3 +1205,4 @@ A curated list of awesome Lua frameworks, libraries and software. * [Yonaba/Lua-Class-System](https://github.com/Yonaba/Lua-Class-System) - Lua Class System (LCS) is a small library which offers a clean, minimalistic but powerful API for (Pseudo) Object Oriented programming style using Lua. * [mebens/strong](https://github.com/mebens/strong) - A Lua library that makes your strings stronger! * [bungle/lua-resty-uuid](https://github.com/bungle/lua-resty-uuid) - LuaJIT FFI bindings for libuuid, a DCE compatible Universally Unique Identifier library. +* [Leste](https://github.com/AdaiasMagdiel/Leste) - A visually pleasing and elegant testing framework inspired by pytest and PestPHP.