style: format test file with black
This commit is contained in:
@@ -43,7 +43,7 @@ class TestPipDetectionFix:
|
||||
|
||||
# Check that get_venv_python_path includes our absolute path conversion logic
|
||||
assert "abs_venv_path" in content, "get_venv_python_path should use absolute paths"
|
||||
assert "cd \"$(dirname" in content, "Should convert to absolute path"
|
||||
assert 'cd "$(dirname' in content, "Should convert to absolute path"
|
||||
|
||||
# Test successful completion - our fix should make the script more robust
|
||||
result = subprocess.run(["bash", "-n", "./run-server.sh"], capture_output=True, text=True)
|
||||
|
||||
Reference in New Issue
Block a user