Skip to content

Releases: savex/tempest-parser

Pre v0.2.6

02 Aug 21:49
Compare
Choose a tag to compare
  • updated Rally XML parsing
  • support for raw XML parsing (K8s friendly)
  • new test status filters
  • support for new pytest schema
  • error messages parsing

v0.2.4

21 Mar 15:18
Compare
Choose a tag to compare
pep8 fixes

RC for v0.2.4

19 Mar 16:58
Compare
Choose a tag to compare
RC for v0.2.4 Pre-release
Pre-release

New:

  • Subunit support
  • PIPE input support
  • Errors presort now uses tempest.exceptions basis

Fixed:
Trending report generation
Test names parser for trending report
Support for plugin test names

v0.2.1

14 Sep 10:01
Compare
Choose a tag to compare

Now available in PyPI under TempestParser v0.2.1
Repackaged, fixed paths and related
Added -d, --detailed option to turn off Notes column. Default value can be configured in conf file
Multiple bug fixes.

v0.1

25 Aug 10:44
Compare
Choose a tag to compare

Comments:

  • JSON (Rally) files parsing is ready and can be used in a jiffy.
  • CSV parsing is good, but you must follow original format:
    • no heading
    • csv lines: XX,test,,,...
  • CLI parsing is tricky, remove all config and other subunit 'env' stuff. Leave string starting as tempest....
  • XML (PyCharm) parsing should work.