Skip to content

Commit bac0962

Browse files
author
Amanda Butler
authored
Copy edit testing_intro.md
Copy edit file for active voice.
1 parent 922e351 commit bac0962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tools/testing/testing_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Testing is a critical step in the development process. The Arm Mbed ecosystem offers several tools to help you test your code.
44

5-
Unit testing tools can be used to build and run Mbed OS unit tests. Each unit test is built into an isolated test executable using a separate build system and build tools native to the development machine without any hardware or software dependencies. The tool can be used with Mbed CLI using the keyword `unittest`.
5+
You can use unit testing tools to build and run Mbed OS unit tests. Each unit test is built into an isolated test executable using a separate build system and build tools native to the development machine without any hardware or software dependencies. You can use the tool with Mbed CLI using the keyword `unittest`.
66

77
Greentea, `htrun` and `mbed-ls` are testing tools written in Python. Greentea tests serve as functional unit tests in C++, as well as integration tests for complex use cases that execute on microcontrollers. The Mbed CLI tool has a verb `test` that drives these tools to form a testing system. These comprise our automated testing framework for Mbed OS development.
88

0 commit comments

Comments
 (0)