1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-14 22:41:25 +03:00
parent 608c9139bb
commit 142bfc90c1
6 changed files with 5079 additions and 5037 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,6 +53,14 @@ Procedure ИсполняемыеСценарии() Export
EndProcedure
// For Asserts
Function ПолучитьСписокТестов(UnitTesting) Export
Return OPI_TestDataRetrieval.FormAssertsTestsCLI();
EndFunction
#Region RunnableTests
#Region Telegram

View File

@@ -296,6 +296,19 @@ Function FormAssertsTests() Export
EndFunction
Function FormAssertsTestsCLI() Export
TestTable = GetTestTable();
ArrayOfTests = New Array;
For Each Test In TestTable Do
ArrayOfTests.Add("CLI_" + Test.Method);
EndDo;
Return ArrayOfTests;
EndFunction
Function GetParameter(Parameter) Export
Path = DataFilePath();

View File

@@ -296,6 +296,19 @@ Function FormAssertsTests() Export
EndFunction
Function FormAssertsTestsCLI() Export
TestTable = GetTestTable();
ArrayOfTests = New Array;
For Each Test In TestTable Do
ArrayOfTests.Add("CLI_" + Test.Method);
EndDo;
Return ArrayOfTests;
EndFunction
Function GetParameter(Parameter) Export
Path = DataFilePath();

View File

@@ -53,6 +53,14 @@ Procedure ИсполняемыеСценарии() Export
EndProcedure
// For Asserts
Function ПолучитьСписокТестов(UnitTesting) Export
Return OPI_TestDataRetrieval.FormAssertsTestsCLI();
EndFunction
#Region RunnableTests
#Region Telegram

View File

@@ -1857,9 +1857,9 @@
КонецФункции
Функция ПолучитьОбщийМодуль(Знач Имя)
Модуль = Вычислить(Имя);
Возврат Модуль;
КонецФункции