[Issue 7] Use the AGit to push and create pull requests at the same time #8
|
@ -6,7 +6,7 @@ def test_push_changes(monkeypatch):
|
||||||
|
|
||||||
monkeypatch.setattr("aider_gitea.__main__.run_cmd", fake_run_cmd)
|
monkeypatch.setattr("aider_gitea.__main__.run_cmd", fake_run_cmd)
|
||||||
|
|
||||||
# Test parameters
|
monkeypatch.setattr("aider_gitea.__main__.SECRETS.load_or_fail", lambda x: "mocked_secret")
|
||||||
branch = "feature/test-issue"
|
branch = "feature/test-issue"
|
||||||
title = "Test Issue Title"
|
title = "Test Issue Title"
|
||||||
description = "Test Issue Description"
|
description = "Test Issue Description"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user