Salome HOME
Cosmetics. Move XML files to the separate folder inside a corresponding project in VS.
[modules/shaper.git] / src / SketchPlugin / Test / Test3087_1.py
index 92a0fe448c091768fe2c5f96d65958a12974205e..1aa13b65d41d9a1753daa967c20fa528abcb5f69 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019  CEA/DEN, EDF R&D
+# Copyright (C) 2019-2020  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -61,3 +61,5 @@ if __name__ == "__main__":
     Events_Loop.loop().flush(event);
 
     assert(listener.myEventProcessed)
+    # explicitly remove the listener to improve code coverage
+    listener.__del__()