diff --git a/documentation/src/pages/index.md b/documentation/src/pages/index.md index ec54d86a..b908f641 100644 --- a/documentation/src/pages/index.md +++ b/documentation/src/pages/index.md @@ -13,6 +13,9 @@ slug: / [![Quality Gate](https://sonar.openbsl.ru/api/project_badges/measure?project=yaxunit&metric=alert_status)](https://sonar.openbsl.ru/dashboard?id=yaxunit) [![Maintainability](https://sonar.openbsl.ru/api/project_badges/measure?project=yaxunit&metric=sqale_rating)](https://sonar.openbsl.ru/dashboard?id=yaxunit) +[![Build and test](https://github.com/bia-technologies/yaxunit/actions/workflows/main-build.yml/badge.svg)](https://github.com/bia-technologies/yaxunit/actions/workflows/main-build.yml) +[![Build ocumentation](https://github.com/bia-technologies/yaxunit/actions/workflows/deploy-documentation.yml/badge.svg)](https://github.com/bia-technologies/yaxunit/actions/workflows/deploy-documentation.yml) + Обсудить в [Telegram чате](https://t.me/BIAOpenTools/12) ---- diff --git a/exts/yaxunit/src/CommonModules/ЮТКонтекстТеста/Module.bsl b/exts/yaxunit/src/CommonModules/ЮТКонтекстТеста/Module.bsl index c447efb9..e852d7cb 100644 --- a/exts/yaxunit/src/CommonModules/ЮТКонтекстТеста/Module.bsl +++ b/exts/yaxunit/src/CommonModules/ЮТКонтекстТеста/Module.bsl @@ -16,7 +16,7 @@ // //©///////////////////////////////////////////////////////////////////////////©// -#Область СлужебныйПрограммныйИнтерфейс +#Область ПрограммныйИнтерфейс // Возвращает значение контекста // diff --git a/exts/yaxunit/src/CommonModules/ЮТест/Module.bsl b/exts/yaxunit/src/CommonModules/ЮТест/Module.bsl index dc86f339..5def9d1b 100644 --- a/exts/yaxunit/src/CommonModules/ЮТест/Module.bsl +++ b/exts/yaxunit/src/CommonModules/ЮТест/Module.bsl @@ -89,7 +89,7 @@ // При установке значения, оно устанавливается в текущий контекст, например, в событии перед тестовым наборов в м. КонтекстТестовогоНабора // // Возвращаемое значение: -// ОбщийМодуль - см. ЮТКонтекстТеста +// ОбщийМодуль - Контекст теста, см. ЮТКонтекстТеста Функция Контекст() Экспорт Возврат ЮТКонтекстТеста;