Skip to content

Releases: melexis/robot2rst

Convert to a namespace package

12 Sep 16:46
258bff4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.0...3.5.0

Add feature to filter test cases on tags

31 Aug 14:16
31c30fd
Compare
Choose a tag to compare

When you have only certain test cases that you want to include in your RST export (like for example when you only run certain tests in robotframework), then you want this to be reflected also in your Test Plan in reStructured text. The feature added enables you to do just that.

What's Changed

Full Changelog: 3.3.0...3.4.0

3.3.0

24 May 07:23
92bd537
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.1...3.3.0

3.2.1

27 Apr 08:51
e25cbb1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

3.2.0

25 Apr 09:40
99265c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

Support exclusion of the RST output based on tags

16 Sep 08:00
94fe323
Compare
Choose a tag to compare
  • Added a new optional input argument --only EXPRESSION to conditionally exclude the entire content of the RST file from the documentation [PR #31]
  • Improved error handling [PR #32]

Change integration to qualification

12 Jul 11:25
865032d
Compare
Choose a tag to compare

According to ASPICE the software requirements should be tested by software qualification tests. With that we changed default integration test (and ITEST prefix) to qualification test. As this breaks backwards compatibility the major version is bumped.

The previous behavior can be achieved by passing --type i and --prefix ITEST- to the command line arguments.

What's Changed

Full Changelog: 2.1.1...3.0.0

Fixing deployment stage in CI

02 Mar 13:24
a6b1d3f
Compare
Choose a tag to compare

Functionally still the same as 2.1.0, except that 2.1.0 was never deployed to pypi because of CI issues.

Drop dependency on mlx.traceability

24 Feb 09:49
ceec6ba
Compare
Choose a tag to compare

While the output produced still requires mlx.traceability to be displayed nicely, the installation with such dependency has become quite big as it draws additional dependencies from the mlx.traceability. So we are dropping this from the package, but to use the reStructured Text output you will still need to install mlx.traceability for the Sphinx build.

Specify default value for group option of item-matrix to top

28 Oct 13:14
fd8a752
Compare
Choose a tag to compare

Explicitly specify default value for group option of item-matrix and keep compatibility with mlx.traceability 7.0.0