beremiz
Clone
Summary
Browse
Changes
Graph
Tests: use expedited termination of IDE with SIGTERM instead of normal close
wxPython4
2023-01-01, Edouard Tisserant
cf7c91183995
Tests: use expedited termination of IDE with SIGTERM instead of normal close
Work around test not finishing when IDE ask for confirmation on exit when
project is modified.
from __future__ import absolute_import
from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths
AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))