Skip to content

Releases: ARMmbed/greentea

Junit reporting improvements

07 Mar 15:05
Compare
Choose a tag to compare

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

06 Mar 00:31
Compare
Choose a tag to compare

Changes:

  • Add checks for greentea-client module itself.
  • If current yotta module name is greentea-client we require usage of greentea 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

06 Mar 00:33
Compare
Choose a tag to compare

Changes:

  • Add checks for greentea-client module itself.
  • If current yotta module name is greentea-client we require usage of greentea 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

05 Mar 00:44
Compare
Choose a tag to compare

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

04 Mar 16:07
Compare
Choose a tag to compare

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

04 Mar 14:44
Compare
Choose a tag to compare

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.

04 Mar 12:53
Compare
Choose a tag to compare

Changes:

  • Saving gcov .gcda files with relative path, see here.

Stable: Change dependency to mbed-host-tests

04 Mar 15:45
Compare
Choose a tag to compare

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

02 Mar 17:03
Compare
Choose a tag to compare

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

11 Feb 09:05
Compare
Choose a tag to compare

Changes:

  • Changes pySerial dependency to match used pySerial APIs.
  • Note: Next versions will bring pySerial v3 support.