EngineTestCases.wiki
changeset 1805 d18970cf6ca2
parent 1151 7453409386c0
child 1816 938a1627b2b1
equal deleted inserted replaced
1804:396f8204b9fb 1805:d18970cf6ca2
    31 You can find the test cases in the repository under `tests/lua`.
    31 You can find the test cases in the repository under `tests/lua`.
    32 
    32 
    33 These scripts are treated like ordinary scripts in Hedgewars (like
    33 These scripts are treated like ordinary scripts in Hedgewars (like
    34 misions or multiplayer scripts) but there's one important difference:
    34 misions or multiplayer scripts) but there's one important difference:
    35 You must call `EndLuaTest` when the test result (success or failure)
    35 You must call `EndLuaTest` when the test result (success or failure)
    36 has be determined (see [LuaAPI]).
    36 has be determined (see [LuaUtil]).
    37 
    37