kiso-testing icon indicating copy to clipboard operation
kiso-testing copied to clipboard

Results 62 kiso-testing issues
Sort by recently updated
recently updated
newest added

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

PR meant to share and to discuss whether we need this or not

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

Bumps [black](https://github.com/psf/black) from 22.10.0 to 23.3.0. Release notes Sourced from black's releases. 23.3.0 Highlights This release fixes a longstanding confusing behavior in Black's GitHub action, where the version of the...

dependencies
python

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

**In order to** run the *TestApp* with the latest *pykiso* (0.25.0) **We want to** fix the different issues: * Connector interface **Additional information** Testapp is only compatible with pykiso 0.19.4

bug
help wanted
size S
test
dependencies
python

**In order to** enable the implementation of more complex auxiliaries where several connectors are needed (e.g. 2FA simulations) **we want to** extend pykiso to support multiple connectors. Place to modify:...

feature
size XL
test

*In order to* release 1.0.0 *we want to* ensure our deprecation and incubation process is in place *Capabilities* * extend the doc to explain the process (could be done based...

documentation
size M
ci
refactoring
python

**In order to** easily disable log messages from a python module **we want to** a function which helps users to do that. ``` for logger in logging.root.manager.loggerDict.values(): if isinstance(logger, logging.Logger)...

feature
size S