Skip to content

Commit 7d74aa8

Browse files
Undo test setup and minor fixes
1 parent b0c1b15 commit 7d74aa8

File tree

4 files changed

+2
-64
lines changed

4 files changed

+2
-64
lines changed

tests/default.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ existing_match_behavior = "Restart"
2222
enable_rendering = false
2323
enable_state_setting = true
2424
auto_save_replay = false
25-
# Whether or not to use freeplay instead of an exhibition match
25+
# Whether to use freeplay instead of an exhibition match
2626
freeplay = false
2727

2828
[mutators]

tests/read_toml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
DIR = Path(__file__).parent
66

7-
MATCH_CONFIG_PATH = DIR / "testm" / "rlbot.toml"
7+
MATCH_CONFIG_PATH = DIR / "rlbot.toml"
88

99
if __name__ == "__main__":
1010
print(load_match_config(MATCH_CONFIG_PATH))

tests/run_match.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
if __name__ == "__main__":
1313
match_manager = MatchManager(RLBOT_SERVER_FOLDER)
1414

15-
match_manager.ensure_server_started()
1615
match_manager.start_match(MATCH_CONFIG_PATH)
1716
assert match_manager.packet is not None
1817

tests/testm/rlbot.toml

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)