Salome HOME
updated copyright message
[modules/shaper.git] / src / ConnectorAPI / Test / testme.py
index 4a6e17a495309a15b3105a35e28fd23b06d70242..2dea5657ca1774f5e539f968618691666f130e8d 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -17,7 +17,7 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 import unittest, sys, os
 
@@ -31,7 +31,7 @@ class SalomeSession(object):
             pass
         sys.argv  = [run_script]
         sys.argv += ["--terminal"]
-        sys.argv += ["--modules=SHAPER,GEOM"]
+        sys.argv += ["--modules=SHAPER,GEOM,SHAPERSTUDY,SMESH"]
         sys.argv += ["%s" % script]
         if sys.platform == 'win32':
             main_module_path = sys.modules['__main__'].__file__