File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ def test_create_svn_remote_repo(
36
36
assert svn_remote_1 != svn_remote_2
37
37
38
38
39
- def test_plugin (
39
+ def test_create_git_remote_repo_and_git_sync (
40
40
pytester : pytest .Pytester ,
41
41
monkeypatch : pytest .MonkeyPatch ,
42
42
) -> None :
43
- """Tests for libvcs pytest plugin at large ."""
43
+ """Tests pytest plugin integration for create_git_remote_repo() and GitSync() ."""
44
44
# Initialize variables
45
45
pytester .plugins = ["pytest_plugin" ]
46
46
pytester .makefile (
@@ -77,7 +77,7 @@ def setup(
77
77
from libvcs.sync.git import GitSync
78
78
from libvcs.pytest_plugin import CreateRepoPytestFixtureFn
79
79
80
- def test_repo_git_remote_checkout (
80
+ def test_repo_git_remote_repo_and_sync (
81
81
create_git_remote_repo: CreateRepoPytestFixtureFn,
82
82
tmp_path: pathlib.Path,
83
83
projects_path: pathlib.Path,
You can’t perform that action at this time.
0 commit comments