Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9e97123

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎tests/test_pytest_plugin.py

Copy file name to clipboardExpand all lines: tests/test_pytest_plugin.py
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.