Skip to content

Commit b725f59

Browse files
authored
pytest_plugin: git_local_clone -> example_git_repo (#468)
2 parents 3ba7ba8 + 497ce27 commit b725f59

File tree

4 files changed

+75
-60
lines changed

4 files changed

+75
-60
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ $ pip install --user --upgrade --pre libvcs
1717

1818
### Breaking changes
1919

20+
#### pytest fixtures: `git_local_clone` renamed to `example_git_repo` (#468)
21+
22+
Renamed `git_local_clone` to `example_git_repo` for better understandability in
23+
documentation / doctests.
24+
2025
#### cmd: Listing method renamed (#466)
2126

2227
- `libvcs.cmd.git.GitCmd._list()` -> `libvcs.cmd.git.Git.ls()`

MIGRATION

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ _Notes on the upcoming release will be added here_
2424

2525
<!-- Maintainers, insert migration notes for the next release here -->
2626

27+
#### pytest fixtures: `git_local_clone` renamed to `example_git_repo` (#468)
28+
29+
- pytest: `git_local_clone` renamed to `example_git_repo`
30+
2731
#### Commands: Listing method renamed (#466)
2832

2933
- `libvcs.cmd.git.GitCmd._list()` -> `libvcs.cmd.git.Git.ls()`

0 commit comments

Comments
 (0)