EngineTestCases.wiki
changeset 1056 f9449f7beddc
parent 1055 754e0a7bdd44
child 1150 7d18ffd97455
equal deleted inserted replaced
1055:754e0a7bdd44 1056:f9449f7beddc
    22 === Manual testing ===
    22 === Manual testing ===
    23 Each test can also be run manually in which you run the tests in
    23 Each test can also be run manually in which you run the tests in
    24 real time and you can see what's going on.
    24 real time and you can see what's going on.
    25 
    25 
    26 Copy the corresponding Lua file from `tests/lua` to `Data/Missions/Training`
    26 Copy the corresponding Lua file from `tests/lua` to `Data/Missions/Training`
    27 and open Hedgewars and start the test from the training menu.
    27 (in the Hedgewars user directory), then open Hedgewars and start the test
       
    28 from the training menu.
    28 
    29 
    29 == Creating test cases ==
    30 == Creating test cases ==
    30 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`.
    31 
    32 
    32 These scripts are treated like ordinary scripts in Hedgewars (like
    33 These scripts are treated like ordinary scripts in Hedgewars (like