Johannes Rueschel

Results 92 issues of Johannes Rueschel

My use case: - i have a light strip in the kitchen which is switched on based on illuminance and motion - if it's on and I additionally switch on...

In my bathroom, I can never quite tell how much humidity is in there but whenever I start showering, it will go up. So, I am missing a baseline value...

enhancement

I used to mark all my tests for `pytest-asyncio` using this hook in my `conftest.py` file (here adopted for anyio already): ```py import inspect import pytest def pytest_collection_modifyitems(session, config, items):...

documentation
pytest plugin

I am using anyio with asyncio. It seems to me that the decorator messes with the async frameworks and causes the test to be skipped. Example 1: this test is...

I would like to validate that some application is not running as root. Is there currently a way to check this? Otherwise I suggest extending the process module: ``` process:...

enhancement
approved

This fixes https://github.com/trallnag/prometheus-fastapi-instrumentator/issues/27

The check for the value of `env_var_name` is currently not documented but it requires the value "true". I suggest that we accept other truthy values like `True` or `1`, as...

## The problem My commit title is this: 'Use 127.0.0.1 as base_url for test client' The output is this: ``` debug: parse_commit_message('fix: Use 127.0.0.1 as base_url for test client') debug:...

bug
help-wanted

### Checks * [X] I added a descriptive title to this issue * [X] I have searched (google, github) for similar issues and couldn't find anything * [X] I have...

bug

## Checks - [x] I added a descriptive title to this issue - [x] I have searched (google, github) for similar issues and couldn't find anything - [x] I have...

bug