]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Remove testing section from lua_shape README
authorVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 17 Nov 2025 21:27:20 +0000 (21:27 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Mon, 17 Nov 2025 21:27:20 +0000 (21:27 +0000)
Remove references to non-existent test files in repository root.
Tests are properly located in test/lua/unit/lua_shape.lua.

lualib/lua_shape/README.md

index a5944e8fd2871f0767b8dac0fcf51be6b0fe5dcc..016bdf32bb38ac9c9e89408e9db4794d85a38284 100644 (file)
@@ -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