Releases: bessman/pytest-reserial
Releases · bessman/pytest-reserial
0.4.2
0.4.1
0.4.0
This release changes the format for traffic log files. Use the provided update_log.py
-script to update old logs to the new format.
Changed
- Breaking: Store test recordings as JSON Lines instead of JSON (
2b047d7
) - Breaking: Store RX and TX bytes as base64 strings instead of lists (
2b047d7
)
Added
- Add script (
update_log.py
) to convert old log files to new format (ca14b9b
)
Removed
- Remove optional dependency on jsbeautifier (
0ba5414
)
0.3.0
v0.2.4
v0.2.3
Version 0.2.2
Fix a bug where the logged traffic could not be found unless located in the same folder where pytest was run.