SSL mode is activated by default

This commit is contained in:
Anthony Geay 2022-02-15 11:41:16 +01:00
parent b935211a7e
commit 93a0887a8c
3 changed files with 0 additions and 4 deletions

View File

@ -7,8 +7,6 @@ import sys
import salome import salome
import os import os
salome.standalone() # <- key point of test is here
salome.salome_init()
import salome_notebook import salome_notebook
notebook = salome_notebook.NoteBook() notebook = salome_notebook.NoteBook()

View File

@ -5,7 +5,6 @@ Most basic test of SHAPE/SMESH usecase, but it can be tested without any session
import sys import sys
import salome import salome
salome.standalone() # <- key point of test is here
salome.salome_init() salome.salome_init()
#from salome.shaper import initConfig #from salome.shaper import initConfig

View File

@ -11,7 +11,6 @@ class SMESHExportOfFieldsInMemory(unittest.TestCase):
""" """
Test focuses on ExportMEDCoupling method in the context of MED_CELL field output. Test focuses on ExportMEDCoupling method in the context of MED_CELL field output.
""" """
salome.standalone()
salome.salome_init() salome.salome_init()
### ###
### SHAPER component ### SHAPER component