Skip to content

Commit 9e97123

Browse files
committed
tests(pytest plugin) Rename fixture for create_git_remote_repo()
1 parent 96ee264 commit 9e97123

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_pytest_plugin.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ def test_create_svn_remote_repo(
3636
assert svn_remote_1 != svn_remote_2
3737

3838

39-
def test_plugin(
39+
def test_create_git_remote_repo_and_git_sync(
4040
pytester: pytest.Pytester,
4141
monkeypatch: pytest.MonkeyPatch,
4242
) -> None:
43-
"""Tests for libvcs pytest plugin at large."""
43+
"""Tests pytest plugin integration for create_git_remote_repo() and GitSync()."""
4444
# Initialize variables
4545
pytester.plugins = ["pytest_plugin"]
4646
pytester.makefile(
@@ -77,7 +77,7 @@ def setup(
7777
from libvcs.sync.git import GitSync
7878
from libvcs.pytest_plugin import CreateRepoPytestFixtureFn
7979
80-
def test_repo_git_remote_checkout(
80+
def test_repo_git_remote_repo_and_sync(
8181
create_git_remote_repo: CreateRepoPytestFixtureFn,
8282
tmp_path: pathlib.Path,
8383
projects_path: pathlib.Path,

0 commit comments

Comments
 (0)