Skip to content

Commit

Permalink
docs/tests: fix typos and add missing actual result.
Browse files Browse the repository at this point in the history
Signed-off-by: AlexandraTrifan <Alexandra.Trifan@analog.com>
  • Loading branch information
AlexandraTrifan committed Feb 5, 2025
1 parent 538349b commit fe9686d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/developer_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------------------------------------------------
Expand Down
9 changes: 7 additions & 2 deletions docs/tests/general/core/dev_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/tests/testing_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit fe9686d

Please sign in to comment.