Lukas Murer-Jäckle
Lukas Murer-Jäckle
The pytest details delivered when a test fails are rather programmer-specific and need know-how of the internas of pytest. Depending on how the assertion condition is written, the assertion error...
Log for v3.0.2: https://github.com/INSRapperswil/nuts/runs/4455004888?check_suite_focus=true It seems this is a permissions issue with the GITHUB_TOKEN, for more information on how to set permissions on this see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
The "transformed_result" property of AbstractResultExtractor has inconsistent types depending on the subclass: - In "AbstractHostResultExtractor" it is Dict[str, NutsResult] - In "AbstractHostDestResultExtractor" it is Dict[str, Dict[str, NutsResult]] To me this...
Typer proposes a new argument annotation style using `typing.Annotated` (https://docs.python.org/3/library/typing.html?highlight=annotated#typing.Annotated), see: https://typer.tiangolo.com/tutorial/arguments/optional/#an-alternative-cli-argument-declaration -> Note this only supported starting from Python 3.9, so we defer this for now.
Allow downloaded backups to be checked in into Git, for example for further use in rancid. - Download backup to a defined target directory - Do a `git commit` and...
When the syslog server is not resolvable (see #72) there is an exception originated in the python standard-Library: ``` Exception ignored in atexit callback: Traceback (most recent call last): File...