diff --git a/test/test_Functions.py b/test/test_Functions.py index 6094daf..b1c5e2c 100644 --- a/test/test_Functions.py +++ b/test/test_Functions.py @@ -74,6 +74,7 @@ ... Website : http://www.ecsim.site/opem ########### +>>> clear_screen() >>> file1 = CSV_Init(OutputParamsKeys=["1","2","3"], OutputParams={"1":"1", "2":"2", "3":"3"}, Title="CSV_Test", Name="CSV_Test", Folder=os.path.join("CSV_Folder1", "CSV_Folder2")) >>> file2 = CSV_Init(OutputParamsKeys=["1","2","3"], OutputParams={"1":"1", "2":"2", "3":"3"}, Title="CSV_Test", Name="CSV_Test2", Folder=os.path.join("CSV_Folder1", "CSV_Folder2")) >>> file1.close()