implemented 'improve' command for CodeCommit

This commit is contained in:
Phill Zarfos
2023-09-03 09:22:08 -04:00
parent a49e81d959
commit ae3d7067d3
4 changed files with 82 additions and 20 deletions

View File

@ -125,7 +125,7 @@ class TestCodeCommitProvider:
}
}
pr = api.get_pr(321)
pr = api.get_pr("my_test_repo", 321)
assert pr.title == "My PR"
assert pr.description == "My PR description"