-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devel Transport #64
Devel Transport #64
Conversation
… thread. It helps to close the connection when test tears down.
Porting tests to new utest-greentea framework
cc @bogdanm @mazimkhan @0xc0170 @adbridge @niklas-arm |
"mbed-drivers": "^1.0.0" | ||
"mbed-drivers": "^1.0.0", | ||
"unity": "^2.0.1", | ||
"greentea-client": "^0.1.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"^0.1.4" means "==0.1.4" for major version 0, see the "dependencies" section in http://yottadocs.mbed.com/reference/module.html. Probably not the intention here.
Look good overall with the exception of the dependency spec issue. |
@adbridge More details about changes to Greentea stuff here: ARMmbed/greentea#78 |
Update sockets tests to new version of mbed-greentea, unity, and utest.