xunzhou

Results 6 comments of xunzhou

Didn't noticed this ticket was opened, duplicated some effort. Mine should include docs and tests, should I open a new PR based on mine? https://github.com/hvac/hvac/compare/develop...xunzhou:hvac:develop

@colin-pm f-string for other strings like `api_auth` ?

all suggestions should be addressed https://github.com/hvac/hvac/pull/873/commits/76d0fc1043f4bb1c738a7bce670e54d34dda5033

temporary workaround https://github.com/pytest-dev/pytest-xdist/compare/master...xunzhou:pytest-xdist:master

You meant something like this? ``` class TestClass1: def test_case1(self): pass @pytest.mark.parametrize('param', [1]) def test_case2(self, param): pass ``` still want both `test_case1` and `test_case2` schedule to same worker since they...

``` ~/.c/zellij $ rm -rf 0.44.0/ ~/.c/zellij $ ls -ld 0.* drwxr-xr-x 3 u u 4096 Oct 28 2024 0.40.1/ drwxr-xr-x 3 u u 4096 Dec 21 2024 0.41.2/ drwxr-xr-x...