Skip to content

Commit d8cc919

Browse files
Update nadeo tests
1 parent 7d91ad2 commit d8cc919

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

docs/tests/protocols/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Protocols Tests
1616
test_kaillera/index
1717
test_killingfloor/index
1818
test_minecraft/index
19+
test_nadeo/index
20+
test_palworld/index
1921
test_quake1/index
2022
test_quake2/index
2123
test_quake3/index
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _test_nadeo:
2+
3+
test_nadeo
4+
==========
5+
6+
.. toctree::
7+
test_get_status
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
test_get_status
2+
===============
3+
4+
Here are the results for the test method.
5+
6+
.. code-block:: json
7+
8+
{
9+
"version": {
10+
"name": "TmForever",
11+
"version": "2.11.26",
12+
"build": "2011-02-21"
13+
},
14+
"server_options": {
15+
"name": "GamedigTest",
16+
"comment": "FixtheBug",
17+
"password": "",
18+
"max_players": 32,
19+
"max_spectators": 32,
20+
"current_game_mode": 0,
21+
"current_chat_time": 0,
22+
"hide_server": 0,
23+
"ladder_mode": 1,
24+
"vehicle_quality": 0
25+
},
26+
"players": [],
27+
"map_info": {
28+
"name": "C15-Speed",
29+
"author": "Nadeo",
30+
"environment": ""
31+
}
32+
}

0 commit comments

Comments
 (0)