Salome HOME
Copyright update 2022
[modules/shaper.git] / src / SketchPlugin / Test / Test3087_1.py
index 92a0fe448c091768fe2c5f96d65958a12974205e..4be86381825cae1ece8be0cca688c82b8e1a7fbc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2019  CEA/DEN, EDF R&D
+# Copyright (C) 2019-2022  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__()