From: Vsevolod Stakhov Date: Mon, 17 Nov 2025 21:27:20 +0000 (+0000) Subject: [Minor] Remove testing section from lua_shape README X-Git-Tag: 3.14.1~11^2~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad3384e3129470eccff66bcf9358cf6ceced102f;p=thirdparty%2Frspamd.git [Minor] Remove testing section from lua_shape README Remove references to non-existent test files in repository root. Tests are properly located in test/lua/unit/lua_shape.lua. --- diff --git a/lualib/lua_shape/README.md b/lualib/lua_shape/README.md index a5944e8fd2..016bdf32bb 100644 --- a/lualib/lua_shape/README.md +++ b/lualib/lua_shape/README.md @@ -382,20 +382,6 @@ Quick reference: - `MIGRATION.md` - Migration guide from tableshape - `README.md` - This file -## Testing - -Test files are in the repository root: -- `test_rspamd_schema.lua` - Basic functionality tests -- `test_one_of_intersection.lua` - Intersection logic tests -- `test_export_and_docs.lua` - Export and documentation tests - -Run tests: -```bash -lua test_rspamd_schema.lua -lua test_one_of_intersection.lua -lua test_export_and_docs.lua -``` - ## License Apache License 2.0 - Same as Rspamd