Merge branch 'main' into worktree-sessions
# Conflicts: # src/hqt/sessions/service.py # tests/test_sessions.py
This commit is contained in:
@@ -43,11 +43,11 @@ def setup():
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_full_lifecycle(setup):
|
||||
async def test_full_lifecycle(setup, tmp_path):
|
||||
proj_svc, sess_svc, tmux = setup
|
||||
|
||||
# Create project
|
||||
project = proj_svc.create(name="test-proj", path="/tmp/test-proj")
|
||||
project = proj_svc.create(name="test-proj", path=str(tmp_path))
|
||||
assert project.id == 1
|
||||
|
||||
# Create session
|
||||
|
||||
Reference in New Issue
Block a user