Skip to content

Commit

Permalink
fixup! fixup! landing_worker: add and use git scm support (bug 189552…
Browse files Browse the repository at this point in the history
…3) (#147)
  • Loading branch information
shtrom committed Jan 17, 2025
1 parent e7428e2 commit ab884d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lando/main/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
@pytest.fixture
def git_repo_seed() -> Path:
"""
Return the path to a diff file to apply on an empty repo to create a known base for
application of other patches as part of the tests.
Return the path to a patch to set up a base git repo for tests.
The diff can apply on an empty repo to create a known base for application
of other patches as part of the tests.
"""
return Path(__file__).parent / "data" / "test-repo.patch"

Expand Down

0 comments on commit ab884d9

Please sign in to comment.