Daniel Hahler

Results 1440 comments of Daniel Hahler

:+1: I was a bit surprised to see that there are no tests currently. I suggest using [pytest](http://pytest.org/latest/) for them.

I assume that it is using the data source, isn't it? (https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/secret_manager_secret_version) If so, I could not verify this to be an issue, using: ``` Terraform v1.0.8 on linux_amd64 +...

@alexozer There's `SessionLoadPost` - see https://github.com/xolox/vim-session/issues/141.

~~Try `env CI=true …`, but it does not help here.~~ (It is an annoying thing, I know - there are some issues/ideas in that regard open already) Related: https://github.com/blueyed/pytest/pull/63 The...

> Yet, the `-vv` option is essential to see other useful information and avoid output to be truncated in case of failure. I think this makes sense to address instead...

Related (I think): https://github.com/pytest-dev/pytest/issues/3448

@MarcoGorelli This is due to logging using stderr, isn't it? It picks up the mocked away stderr from pytest's capturing likely, i.e. it would also work if you'd do the...

Sorry for not looking into the zip, but I think you cannot use it from a conftest (IIRC you mentioned this on IRC). You could use `pytest_cmdline_preparse`, but that is...

Yes, it might be a bug. Maybe the hook needs to be called after conftests are handled (historic)? But I also think there should be a distinct/clear hook for manipulating...