smoke_test: Reload the map after each test

This commit is contained in:
Daniel Santos-Olivan 2021-03-03 13:02:07 +01:00 committed by bernat
parent 9f9944045d
commit 6b40b00a29
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class SmokeTest(unittest.TestCase):
self.client.set_timeout(120.0)
def tearDown(self):
self.client.load_world("Town03")
self.client = None