Uwe Lang
Uwe Lang
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...
**In order to** verify correct user configuration **we want to** check the types given from the yaml During auxiliary/connector creation we want to check if the types in the constructor...
**in order to** encourage more users to use pyksio with pytest **we want to** improve our documentation and examples how to write pytest style tests which is also able to...
**in order to** be fully compliant with pytest **we want to** be able to control the testapp from pytest
**In order to** be able to filter errors **we want to** stream error and critical messages into stderr Note Users expect that normal log messages are piped to stdout and...