From 7331f13912db7c30581ae0a0e92c65e58ebe1575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ada=C3=ADas=20Magdiel?= Date: Mon, 20 May 2024 10:25:02 -0300 Subject: [PATCH] Add Leste in testing section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5b00b47..7149534 100644 --- a/readme.md +++ b/readme.md @@ -316,6 +316,7 @@ For more on the differences (particularly between `lanes` and `luaproc`), see th - [telescope](https://github.com/norman/telescope) - Flexible and highly customizable testing library. - [luassert](https://github.com/Olivine-Labs/luassert) - Assertion library extending Lua's built-in assertions. - [lust](https://github.com/bjornbytes/lust) - Minimal test framework. +- [Leste](https://github.com/AdaiasMagdiel/Leste) - A elegant testing framework inspired by PestPHP and pytest. ### Foreign Function Interfaces