1
0
Fork 0

更新 app/test/test_bug561_wanzikun.py

Bug561-WanZiKun
万梓锟 2024-05-27 11:04:19 +08:00
parent a662626dc4
commit 7af9b4656f
1 changed files with 69 additions and 72 deletions

View File

@ -67,6 +67,3 @@ def test_bug561(URL, driver):
finally: finally:
driver.quit() driver.quit()
print("Driver closed.") print("Driver closed.")
if __name__ == "__main__":
pytest.main([__file__])