We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579cb99 commit aafd875Copy full SHA for aafd875
test/test_run.py
@@ -1,11 +1,11 @@
1
import subprocess
2
from pathlib import Path
3
from test.test_utils import (
4
+ env_var_token_test_config,
5
init_git_repos,
6
run_cli,
7
simple_test_config,
8
simple_test_database,
- env_var_token_test_config,
9
)
10
from typing import Dict, List, Optional
11
from unittest.mock import Mock, patch
test/test_utils.py
@@ -12,7 +12,7 @@ def run_cli(
12
cmd: List[str],
13
cfg: Optional[config.Config] = None,
14
db: Optional[database.Database] = None,
15
- env: Optional[dict]=None,
+ env: Optional[dict] = None,
16
should_fail: bool = False,
17
) -> Result:
18
if cfg:
0 commit comments