Skript
Skript copied to clipboard
Added some tests for existing syntax as well as an up to date test coverage list.
Problem
The Skript project currently has very low test coverage for its existing syntax and no recent list of test coverage.
Solution
This PR adds tests for the following syntax:
- EffMakeEggHatch
- EffElytraBoostConsume
- EffChange
- EffCommand
- EffExit
- EffKill
- EffReturn
- EffTame
- SecCatchErrors
- SecLoop
This PR also adds an up to date list of test coverage.
Testing Completed
Tests have been tested on versions 1.20.6, 1.21.3, 1.21.4, 1.21.5, 1.21.8 and 1.21.10.
Supporting Information
Completes: none Related: https://github.com/SkriptLang/Skript/issues/6158