Skip to content

Commit dfc5cf9

Browse files
committed
!squash wip
1 parent 1cfad89 commit dfc5cf9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/cli/test_add.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
import pytest
1010
import yaml
1111

12-
from vcspull.cli.add import add_repo, save_config_yaml
12+
from vcspull.cli.add import add_repo
1313
from vcspull.config import expand_dir
14+
from vcspull.tests.helpers import save_config_yaml
1415

1516
if t.TYPE_CHECKING:
1617
from _pytest.logging import LogCaptureFixture

tests/cli/test_add_from_fs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import yaml
1111

1212
from vcspull.cli.add_from_fs import add_from_filesystem, get_git_origin_url
13+
from vcspull.tests.helpers import save_config_yaml
1314

1415
if t.TYPE_CHECKING:
1516
from _pytest.logging import LogCaptureFixture

0 commit comments

Comments
 (0)