Releases: ARMmbed/greentea
Releases · ARMmbed/greentea
Junit reporting improvements
Changes:
- Add try/catch around encoding for JUNIT stdout/stderr, see #99.
Released to PyPI
Submitting dist\mbed-greentea-0.2.5.zip to https://pypi.python.org/pypi
Server response (200): OK
Add 'greentea-client' module by name for Greentea > 0.2.0 usage
Changes:
- Add checks for
greentea-client
module itself. - If current yotta module name is
greentea-client
we require usage ofgreentea
version >=v0.2.0
. - Added unit tests to cover this scenario.
Released to PyPI:
Submitting dist\mbed-greentea-0.2.4.zip to https://pypi.python.org/pypi
Server response (200): OK
Add 'greentea-client' module by name for Greentea > 0.2.0 usage
Changes:
- Add checks for
greentea-client
module itself. - If current yotta module name is
greentea-client
we require usage ofgreentea
version >=v0.2.0
. - Added unit tests to cover this scenario.
Released to PyPI:
Submitting dist\mbed-greentea-0.1.22.zip to https://pypi.python.org/pypi
Server response (200): OK
Add greentea-client dependency detection
Changes:
- Add
greentea-client
dependency detection, see #97.
Released to PyPI:
Submitting dist\mbed-greentea-0.1.21.zip to https://pypi.python.org/pypi
Server response (200): OK
Edit note regarding greentea version
Changes:
- Edit note regarding greentea version, see #93
Released to PyPI:
Submitting dist\mbed-greentea-0.2.3.zip to https://pypi.python.org/pypi
Server response (200): OK
Fix hanging execution of greentea/htrun
Changes:
- Fix hanging execution of
greentea
/htrun
, see #88.
Released to PyPI:
Submitting dist\mbed-greentea-0.2.2.zip to https://pypi.python.org/pypi
Server response (200): OK
Saving gcov .gcda files with relative path.
Changes:
- Saving gcov .gcda files with relative path, see here.
Stable: Change dependency to mbed-host-tests
Changes:
- Fix dependencies in
setup.py
.
Released in PyPI:
Submitting dist\mbed-greentea-0.1.20.zip to https://pypi.python.org/pypi
Server response (200): OK
Async feature enabled
Changes:
- Async feature enabled, see #78
Released to PyPI:
Submitting dist\mbed-greentea-0.2.0.zip to https://pypi.python.org/pypi
Server response (200): OK
pySerial dependency hardcoded to v2.7
Changes:
- Changes pySerial dependency to match used pySerial APIs.
- Note: Next versions will bring pySerial v3 support.