-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
459bf79
commit 6679f26
Showing
157 changed files
with
89,120 additions
and
92,087 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
.. _tests: | ||
|
||
Protocols Tests | ||
=============== | ||
|
||
.. toctree:: | ||
test_ase/index | ||
test_battlefield/index | ||
test_doom3/index | ||
test_eos/index | ||
test_fivem/index | ||
test_gamespy1/index | ||
test_gamespy2/index | ||
test_gamespy3/index | ||
test_gamespy4/index | ||
test_killingfloor/index | ||
test_minecraft/index | ||
test_quake1/index | ||
test_quake2/index | ||
test_quake3/index | ||
test_raknet/index | ||
test_samp/index | ||
test_satisfactory/index | ||
test_scum/index | ||
test_source/index | ||
test_teamspeak3/index | ||
test_unreal2/index | ||
test_vcmp/index | ||
test_won/index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.. _test_ase: | ||
|
||
test_ase | ||
======== | ||
|
||
.. toctree:: | ||
test_get_status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
test_get_status | ||
=============== | ||
|
||
Here are the results for the test method. | ||
|
||
.. code-block:: json | ||
{ | ||
"game_name": "mta", | ||
"game_port": 22003, | ||
"hostname": "MTA Türkiye ✖ GÜL GAMİNG FREEROAM ✖ [Roleplay/Askeri/Drift/Drop/Turkey/Tr/Gül Gaming]", | ||
"game_type": "BEDAVA - VIP", | ||
"map": "None", | ||
"version": "1.6", | ||
"password": false, | ||
"num_players": 51, | ||
"max_players": 120, | ||
"rules": {}, | ||
"players": { | ||
"name": "LEO10", | ||
"team": "", | ||
"skin": "", | ||
"score": 0, | ||
"ping": 63, | ||
"time": 0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _test_battlefield: | ||
|
||
test_battlefield | ||
================ | ||
|
||
.. toctree:: | ||
test_get_info | ||
test_get_players | ||
test_get_version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
test_get_info | ||
============= | ||
|
||
Here are the results for the test method. | ||
|
||
.. code-block:: json | ||
{ | ||
"hostname": "# -bZ4- # 60HZ LOCKER NO RULES BANZORE.COM", | ||
"num_players": 54, | ||
"max_players": 64, | ||
"game_type": "ConquestLarge0", | ||
"map": "MP_Prison", | ||
"rounds_played": 0, | ||
"rounds_total": 1, | ||
"teams": [ | ||
1151.0, | ||
1093.25293 | ||
], | ||
"target_score": 0, | ||
"status": "", | ||
"ranked": true, | ||
"punk_buster": true, | ||
"password": false, | ||
"uptime": 64126, | ||
"round_time": 224, | ||
"mod": null, | ||
"ip_port": "74.91.124.140:25200", | ||
"punk_buster_version": "v1.905 | A1390 C2.351", | ||
"join_queue": true, | ||
"region": "NAm", | ||
"ping_site": "iad", | ||
"country": "US", | ||
"blaze_player_count": 61, | ||
"blaze_game_state": "IN_GAME", | ||
"quick_match": null | ||
} |
Oops, something went wrong.