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(
3636 assert svn_remote_1 != svn_remote_2
3737
3838
39- def test_create_git_remote_checkout (
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(
7777from libvcs.sync.git import GitSync
7878from 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,
You can’t perform that action at this time.
0 commit comments