kiso-testing
kiso-testing copied to clipboard
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 to 2.1.5. Release notes Sourced from markupsafe's releases. 2.1.5 This is a fix release for the 2.1.x feature release branch. It fixes bugs but does not...
Currently Kiso works till Pytest 8.0.0. Problem should be investigated and higher Pytest shall be supported
We want to support higher Python Versions and drop support for Python
**In order to** fix architecture infringements that happened by introducing can-aux **We want to**: * Encapsulate everything related to the can-auxiliary to the right folder `src/pykiso/lib/auxiliaries` * Refactor minor elements
in order to have one trc (Can Log) file per test we want to add an option to do that. Currently we have also have the TRC Merge which is...
**in order to** have faster releases available **we want to** implement the new release strategy as discussed: How to fast release, discussion: - Decided new release model. Every 2 Weeks...
**In order to** have a real _stop_ and _resume_ and store states in an auxiliary **we want to** refactor: * https://github.com/eclipse/kiso-testing/blob/master/src/pykiso/interfaces/dt_auxiliary.py#L259 * https://github.com/eclipse/kiso-testing/blob/master/src/pykiso/interfaces/dt_auxiliary.py#L266 Reasoning: start/stop resume etc. will always open/close...