We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c555d0 commit 66388e2Copy full SHA for 66388e2
tests/test_config.py
@@ -1241,9 +1241,7 @@ def test_cli():
1241
1242
if force_posix:
1243
# force_posix ignores XDG_CONFIG_HOME and uses ~/.test-cli/.
1244
- assert pattern.startswith(
1245
- str(Path("~/.test-cli").expanduser().resolve())
1246
- )
+ assert pattern.startswith(str(Path("~/.test-cli").expanduser().resolve()))
1247
else:
1248
# XDG_CONFIG_HOME is resolved into the pattern.
1249
assert pattern.startswith(str(custom_config.resolve() / "test-cli"))
0 commit comments