You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/frameworks/greentea-client/README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
**Tip:** If you are unsure about the terms used in this document, please see the [Terms](#Terms) section.
22
22
23
23
```greentea-client``` is a C++ client library for [the Greentea test tool](https://github.com/ARMmbed/greentea) when used in an [mbed](www.mbed.com) project.
24
-
This package implements the slave side of the simple key-value protocol used for communication between the device under test (DUT) and the host. ```Greentea``` on the host side implements the protocol's master behavior.```greentea-client``` is released through the [yotta registry](https://yotta.mbed.com/#/module/greentea-client/0.1.8).
24
+
This package implements the slave side of the simple key-value protocol used for communication between the device under test (DUT) and the host. ```Greentea``` on the host side implements the protocol's master behavior.
25
25
26
26
27
27
```
@@ -47,8 +47,6 @@ This package implements the slave side of the simple key-value protocol used fo
47
47
.
48
48
```
49
49
50
-
```greentea-client``` is a [yotta module](http://yottadocs.mbed.com/reference/module.html). You can easily include it in your yotta project as ```dependency```/```testDependency```.
51
-
52
50
## mbed-drivers dependencies
53
51
54
52
This package was introduced as a future replacement for the [mbed-drivers/test_env.h](https://github.com/ARMmbed/mbed-drivers/blob/master/mbed-drivers/test_env.h) test framework. ```mbed-drivers/test_env.h``` is no longer considered the correct way to write tests for mbed modules.
@@ -64,7 +62,7 @@ Examples of test cases ported from the old ```mbed-drivers/test_env``` to the ``
64
62
65
63
## Greentea test tools
66
64
67
-
```Greentea``` is a test automation tool written in Python and designed to automate test execution for [mbed](www.mbed.com) projects encapsulated as [yotta](http://yottadocs.mbed.com) modules. Its key features include: integration with yotta module, test automation for yotta module's tests and reporting.
65
+
```Greentea``` is a test automation tool written in Python and designed to automate test execution for [mbed](www.mbed.com) projects.
```utest``` is our preferred test harness which allows you to execute a series of (asynchronous) C++ test cases. ```greentea-client``` includes as test dependency ```utest``` yotta module. See the ```greentea-client```[module.json](https://github.com/ARMmbed/greentea-client/blob/master/module.json)```testDependency``` section:
91
+
```utest``` is our preferred test harness which allows you to execute a series of (asynchronous) C++ test cases. See the ```greentea-client```[module.json](https://github.com/ARMmbed/greentea-client/blob/master/module.json)```testDependency``` section:
0 commit comments