From 205141c55fc2e37689df6e6604734c6a5ec5b769 Mon Sep 17 00:00:00 2001 From: mprinkezs <131883374+mprinkezs@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:26:44 +0200 Subject: [PATCH] Update Documentation.md --- .../misc/TemplateUnittestCoverage/doc/Documentation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/AppExamples/misc/TemplateUnittestCoverage/doc/Documentation.md b/AppExamples/misc/TemplateUnittestCoverage/doc/Documentation.md index adcce3b..f2702a0 100644 --- a/AppExamples/misc/TemplateUnittestCoverage/doc/Documentation.md +++ b/AppExamples/misc/TemplateUnittestCoverage/doc/Documentation.md @@ -6,9 +6,11 @@ Based on `unitest` (https://docs.python.org/3/library/unittest.html) and `Covera ## Notes -**Note 1:** The Python package `coverage` must be installed via the Add-on Explorer. +> [!NOTE] +> The Python package `coverage` must be installed via the Add-on Explorer. -**Note 2:** The Add-on must be in editing mode to run the tests. +> [!NOTE] +> The Add-on must be in editing mode to run the tests. ## File contents