We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d847e75 commit e4590f0Copy full SHA for e4590f0
carball/tests/utils.py
@@ -99,12 +99,16 @@ def get_raw_replays():
99
"0_JUMPS": ["0_JUMPS.replay"],
100
"0_SAVES": ["0_SAVES.replay"],
101
"1_AERIAL": ["1_AERIAL.replay"],
102
- "1_DEMO": ["1_DEMO.replay", "1_DEMO_1_63.replay"],
103
"1_DOUBLE_JUMP": ["1_DOUBLE_JUMP.replay"],
104
"1_EPIC_SAVE": ["1_EPIC_SAVE.replay"],
105
"1_JUMP": ["1_JUMP.replay"],
106
"1_NORMAL_SAVE_FROM_SHOT_TOWARD_POST": ["1_NORMAL_SAVE.replay"],
107
+ # Bumps and Demos
108
+ "1_DEMO": ["1_DEMO.replay", "1_DEMO_1_63.replay"],
109
+ "3_BUMPS": ["3_BUMPS.replay"],
110
+ "4_BUMPS": ["4_BUMPS.replay"],
111
+
112
# Boost
113
"3_STEAL_ORANGE_0_STEAL_BLUE": ["3_STEALS.replay"],
114
"12_BOOST_PAD_0_USED": ["12_BOOST_PAD_0_USED.replay"],
0 commit comments