From fe9686dc796209d2b7bc509222b38254983c0075 Mon Sep 17 00:00:00 2001 From: AlexandraTrifan Date: Wed, 5 Feb 2025 13:14:33 +0200 Subject: [PATCH] docs/tests: fix typos and add missing actual result. Signed-off-by: AlexandraTrifan --- docs/developer_guide/index.rst | 2 +- docs/tests/general/core/dev_tests.rst | 9 +++++++-- docs/tests/testing_guide.rst | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/developer_guide/index.rst b/docs/developer_guide/index.rst index 098adbe25..6892e7bfc 100644 --- a/docs/developer_guide/index.rst +++ b/docs/developer_guide/index.rst @@ -10,7 +10,7 @@ Tutorials, coding guidelines and guides for developers. .. note:: These guides are for Scopy v2.0.0 and future versions. - Follow the user guide for building Scopy an your local machine. Linux is recommended for development + Follow the user guide for building Scopy on your local machine. Linux is recommended for development Contents --------------------------------------------------------------------- diff --git a/docs/tests/general/core/dev_tests.rst b/docs/tests/general/core/dev_tests.rst index 6d9629f47..ca72de4a6 100644 --- a/docs/tests/general/core/dev_tests.rst +++ b/docs/tests/general/core/dev_tests.rst @@ -240,8 +240,13 @@ Test 5: Select a tool. 1. Click on the device icon from device browser. 2. Click on **Connect** button. 3. Click on "Oscilloscope" tool. - - **Expected result:** The "Oscilloscope" tool is displayed and the - tool menu item is highlighted. + - **Expected result:** The "Oscilloscope" tool is displayed and the tool menu item is highlighted. + - **Actual result:** + +.. + Actual test result goes here. +.. + 4. Click on "Home" menu entry. - **Expected result:** The device page is displayed and the home menu item is highlighted. diff --git a/docs/tests/testing_guide.rst b/docs/tests/testing_guide.rst index 257cd22e2..a4b4af55c 100644 --- a/docs/tests/testing_guide.rst +++ b/docs/tests/testing_guide.rst @@ -3,7 +3,7 @@ Testing Guide =============================================================================== -Test cases, test results and test reports for Scopy are found in the sorce code +Test cases, test results and test reports for Scopy are found in the source code repository. This approach allows for the test cases to be versioned and maintained along with the source code.