-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
352 / Добавлена возможность отказать от загрузки/выполнения тестов #365
Conversation
Отладка и исправление ошибок
ВызватьПодключаемыйОбработчикСобытия("ПередВыполнениемТестов", "ИсполнениеТестов", Параметры); | ||
|
||
Отказ = Параметры[1]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не следует присваивать параметру Отказ значение отличное от Истина Why is this an issue?
ВызватьПодключаемыйОбработчикСобытия("ПередЧтениеСценариев", "ЗагрузкаТестов", Параметры); | ||
|
||
Отказ = Параметры[0]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не следует присваивать параметру Отказ значение отличное от Истина Why is this an issue?
Параметры = ЮТКоллекции.ЗначениеВМассиве(МетаданныеМодуля, Отказ); | ||
ВызватьПодключаемыйОбработчикСобытия("ФильтрацияТестов_ПроверкаМодуля", "ЗагрузкаТестов", Параметры); | ||
|
||
Отказ = Параметры[1]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не следует присваивать параметру Отказ значение отличное от Истина Why is this an issue?
ЮТКонтекстСлужебный.ИнициализироватьКонтекст(); | ||
ТестовыеМодули = ЮТЧитательСлужебный.ЗагрузитьТесты(Новый Структура("filter", Новый Структура)); | ||
ЮТКонтекстСлужебный.УдалитьКонтекст(); | ||
Процедура ОтобразитьДеревоТестов(ТестовыеМодули, ДополнительныеПараметры) Экспорт |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Уменьшите когнитивную сложность "ОтобразитьДеревоТестов" с 16 до 15 Why is this an issue?
SonarQube Code AnalyticsQuality Gate passedAdditional informationThe following metrics might not affect the Quality Gate status but improving them will improve your project code quality. IssuesCoverage and DuplicationsNo data Coverage |
Описание изменений
ПередЧтениеСценариев
иПередВыполнениемТестов
добавлен параметрОтказ
ФильтрацияТестов_ПроверкаМодуля(МетаданныеМодуля, Отказ)
Close #352