minor prints
This commit is contained in:
@@ -294,10 +294,12 @@ async def main():
|
||||
await asyncio.sleep(1)
|
||||
|
||||
for test_scenario in TEST_SCENARIOS:
|
||||
print(f'running {test_scenario.__name__!r}')
|
||||
print(f"\n🚀 Running '{test_scenario.__name__}'...\n")
|
||||
await test_scenario(match_id, p1, p2)
|
||||
|
||||
await asyncio.sleep(2)
|
||||
await asyncio.sleep(1.0)
|
||||
|
||||
print("\n✅ All scenarios executed.\n")
|
||||
|
||||
await p1.close()
|
||||
await p2.close()
|
||||
|
||||
Reference in New Issue
Block a user