Skip to content

Commit 524c99b

Browse files
Mel WSeppo Takalo
authored andcommitted
Formatting tweaks
#justnitpickythings
1 parent 68bbc5e commit 524c99b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/cellular/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is the Github repo for Mbed cellular connectivity:
1111

1212
TESTS Cellular Greentea test
1313

14-
**Application developers should only use API folder.
14+
**Note:** Application developers should use only the `API` folder.
1515

1616
## Known limitations
1717

@@ -47,16 +47,16 @@ You can define the debug tracing level in the `mbed_app.json` configuration file
4747

4848
## Greentea tests
4949

50-
The `TESTS` folder contains Greentea tests for cellular specific classes. You need to give relevant configuration file with `--app-config` parameter, e.g.:
50+
The `TESTS` folder contains Greentea tests for cellular specific classes. You need to give relevant configuration file with `--app-config` parameter, such as:
5151

5252
mbed test -n features-cellular-tests-* --app-config features\cellular\TESTS\socket\udp\template_mbed_app.json.txt -v
5353

54-
Note that Greentea tests use SIM PIN so you need to change that or your SIM card may get locked.
54+
**Note:** Greentea tests use SIM PIN, so you need to change that or your SIM card may get locked.
5555

5656
## Unit tests
5757

5858
Cellular unit tests are in Mbed OS root `UNITTESTS`. Unit tests are based on the stubbing method.
5959

6060
You need the following applications: `cpputest`, `gcov` and `lcov` (genhtml) for running the tests.
6161

62-
After you have run the `run_tests` script, you can find test results under `UNITTESTS/results` folder and line and function coverages under the `UNITTESTS/coverages` folder.
62+
After you run the `run_tests` script, you can find test results in `UNITTESTS/results`, and line and function coverages in `UNITTESTS/coverages`.

0 commit comments

Comments
 (0)