We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfad89 commit dfc5cf9Copy full SHA for dfc5cf9
tests/cli/test_add.py
@@ -9,8 +9,9 @@
9
import pytest
10
import yaml
11
12
-from vcspull.cli.add import add_repo, save_config_yaml
+from vcspull.cli.add import add_repo
13
from vcspull.config import expand_dir
14
+from vcspull.tests.helpers import save_config_yaml
15
16
if t.TYPE_CHECKING:
17
from _pytest.logging import LogCaptureFixture
tests/cli/test_add_from_fs.py
@@ -10,6 +10,7 @@
from vcspull.cli.add_from_fs import add_from_filesystem, get_git_origin_url
0 commit comments