mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 23:06:36 +08:00
Join on all tests.
This commit is contained in:
@@ -156,7 +156,8 @@ class SimulatorTestCase(object):
|
||||
|
||||
# Simulation
|
||||
# ----------
|
||||
sim.simulate()
|
||||
sim_context = sim.simulate()
|
||||
sim_context.join()
|
||||
|
||||
# Stop Running
|
||||
# ------------
|
||||
@@ -200,7 +201,8 @@ class SimulatorTestCase(object):
|
||||
|
||||
# Simulation
|
||||
# ----------
|
||||
sim.simulate()
|
||||
sim_context = sim.simulate()
|
||||
sim_context.join()
|
||||
|
||||
# Stop Running
|
||||
# ------------
|
||||
@@ -245,7 +247,8 @@ class SimulatorTestCase(object):
|
||||
|
||||
# Simulation
|
||||
# ----------
|
||||
sim.simulate()
|
||||
sim_context = sim.simulate()
|
||||
sim_context.join()
|
||||
|
||||
# Stop Running
|
||||
# ------------
|
||||
|
||||
Reference in New Issue
Block a user