Skip to content

Commit

Permalink
feat: make release 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pog3k committed Jul 24, 2024
1 parent 7855293 commit 1c61010
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions docs/whats_new/version_0_29_0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Version 0.29.0
--------------

Pykiso execution
^^^^^^^^^^^^^^^^

Should Pykiso terminate while some threads remain active, these threads will be forcibly shut down.
Any unresolved threads will be reported on stdout at the end.

CAN Auxiliary
^^^^^^^^^^^^^
The CanAuxiliary offer a context manager that can be used to collect all messages received while
the context manager is used.

PCAN Connector
^^^^^^^^^^^^^^

By default the CCPCanCan will create one trace file for all the test executed when the command `pykiso -c`
is executed.

The logging can be deactivated by passing the parameter `logging_activated` to False in the configuration of the connector.

The strategy for the creation of the trace file can also be modified to create trace file for every test run or
for every testCase run, by adding in the configuration of the CCPCanCan the parameter strategy_trc_file
that take two possible values : "testRun" or "testCase".
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pykiso"
version = "0.28.1"
version = "0.29.0"
description = "Embedded integration testing framework."
authors = ["Sebastian Fischer <sebastian.fischer@de.bosch.com>"]
license = "Eclipse Public License - v 2.0"
Expand Down

0 comments on commit 1c61010

Please sign in to comment.