Skip to content

Commit f2a2532

Browse files
Amanda ButlerOlli-Pekka Puolitaival
authored andcommitted
Make changes from comments in icetea.md
Make remaining requested changes from comments.
1 parent 8411229 commit f2a2532

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tools/testing/icetea.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h2 id="icetea">Icetea test framework</h2>
22

3-
Icetea is an automated testing framework for Mbed development. It automates the process of flashing Mbed boards, running tests and accumulating test results into reports. Developers use it for local development, as well as for automation in a Continuous Integration environment.
3+
Icetea is an automated testing framework for Mbed development. It automates the process of flashing Mbed boards, running tests and accumulating test results into reports. Developers use it for local development, as well as automation in a Continuous Integration environment.
44

55
When testing Mbed OS, Icetea allows you to execute commands remotely by using the command-line interface in a device under test (DUT). The interface between the test framework and a DUT might be, for example, UART or stdio.
66

@@ -40,7 +40,7 @@ Icetea supports both Python 2.7 and 3.5, or later. Some OS specific prerequisite
4040
4141
#### Optional
4242
43-
If you wish to decorate your console log with colors, install the `coloredlogs` module by using pip: `pip install coloredlogs`. There have been issues with colored logs installation on Windows. There are no alternative solutions for this at the moment.
43+
If you wish to decorate your console log with colors, install the `coloredlogs` module by using pip: `pip install coloredlogs`. There have been issues with `coloredlogs` installation on Windows. There are no alternative solutions for this at the moment.
4444
4545
### Installation
4646
@@ -62,7 +62,7 @@ To print the Icetea version:
6262
6363
#### Typical use
6464
65-
All of the commands described below might also require other options, depending on the test case.
65+
All of the commands described below might also require other commands, depending on the test case.
6666
6767
**Running test cases by using the `tc` argument**
6868
@@ -74,7 +74,7 @@ To run all existing test cases from the `examples` folder:
7474
7575
**Running an example test case with hardware**
7676
77-
This example requires a compatible board connected to the computer and an application binary for the board. The referred test case is available in [the Icetea GitHub repository](https://github.com/ARMmbed/icetea/blob/master/examples/test_cmdline.py).
77+
This example requires a compatible board connected to the computer and an application binary for the board. The test case below is available in [the Icetea GitHub repository](https://github.com/ARMmbed/icetea/blob/master/examples/test_cmdline.py).
7878
7979
`> icetea --tc test_cmdline --tcdir examples --type hardware --bin <path to a binary>`
8080

0 commit comments

Comments
 (0)