Skip to content

Commit 6ef3a45

Browse files
Update test documentation toctree ordering and FlatOut2 status
Reorders the toctree entries in COD1, COD4, and JediKnight protocol test documentation for improved clarity. Updates the FlatOut2 get_status test result with new server and game information fields.
1 parent 518cec4 commit 6ef3a45

4 files changed

Lines changed: 22 additions & 9 deletions

File tree

docs/tests/protocols/test_cod1/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_cod1
44
=========
55

66
.. toctree::
7-
test_get_status
7+
test_get_full_status
88
test_get_info
9+
test_get_status
910
test_protocol_properties
10-
test_get_full_status

docs/tests/protocols/test_cod4/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_cod4
44
=========
55

66
.. toctree::
7-
test_get_status
7+
test_get_full_status
88
test_get_info
9+
test_get_status
910
test_protocol_properties
10-
test_get_full_status

docs/tests/protocols/test_flatout2/test_flatout2_get_status.rst

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,23 @@ Here are the results for the test method.
77
88
{
99
"info": {
10-
"hostname": "TestServer",
10+
"hostname": "Gombi",
11+
"car_type": "Jeder (100% Upgrades)",
12+
"car_type_base": "Jeder",
13+
"upgrade_setting": "100%",
14+
"game_mode": "Rennen",
15+
"race_damage": 1,
16+
"derby_damage": 1,
17+
"nitro_multi": 1,
18+
"map": "Timberlands 1 (Wald)",
19+
"lap_count": 4,
20+
"time_limit": null,
21+
"has_limit": true,
1122
"timestamp": "-4022673819270859506",
1223
"flags": "679480060",
13-
"status": "3422879744",
14-
"config": "c00000000000081000086124"
24+
"current_players": 1,
25+
"max_players": 8,
26+
"config": "000008100008612404001014",
27+
"status": "1"
1528
}
1629
}

docs/tests/protocols/test_jediknight/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_jediknight
44
===============
55

66
.. toctree::
7-
test_get_status
7+
test_get_full_status
88
test_get_info
9+
test_get_status
910
test_protocol_properties
10-
test_get_full_status

0 commit comments

Comments
 (0)