style: ruff format test_readme.py
This commit is contained in:
@@ -24,7 +24,9 @@ def test_readme_service_management_has_all_7_subcommands():
|
||||
"muxplex service logs",
|
||||
]
|
||||
for cmd in subcommands:
|
||||
assert cmd in README, f"README must mention '{cmd}' in Service management section"
|
||||
assert cmd in README, (
|
||||
f"README must mention '{cmd}' in Service management section"
|
||||
)
|
||||
|
||||
|
||||
def test_readme_explains_settings_json_no_flags():
|
||||
|
||||
Reference in New Issue
Block a user