Uwe Lang

Results 16 issues of Uwe Lang

Currently Kiso works till Pytest 8.0.0. Problem should be investigated and higher Pytest shall be supported

bug
size S
python

We want to support higher Python Versions and drop support for Python

good first issue
help wanted
size S
ci
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

size S
refactoring
python

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...

feature
size M

**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...

size M
ci

**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...

bug
size XL
refactoring

**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...

feature
size M
test

**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...

documentation
size M
python

**in order to** be fully compliant with pytest **we want to** be able to control the testapp from pytest

feature
size L

**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...

bug
size M
refactoring
python