Move developer setup in a dedicated method
All threads resolved!
All threads resolved!
Compare changes
Files
2- Chaza Abdelwahab authored
+ 17
− 13
@@ -49,7 +49,8 @@ def test_init_var_worker_version_id_missing(monkeypatch):
@@ -63,7 +64,8 @@ def test_init_var_worker_local_file(monkeypatch, tmp_path):
@@ -71,12 +73,13 @@ def test_init_var_worker_local_file(monkeypatch, tmp_path):
@@ -88,18 +91,14 @@ def test_cli_default(mocker):
@@ -110,14 +109,14 @@ def test_cli_arg_verbose_given(mocker):
@@ -137,7 +136,8 @@ def test_configure_dev_mode(mocker, monkeypatch):
@@ -162,6 +162,7 @@ def test_configure_worker_run(mocker, monkeypatch, responses, mock_config_api):
@@ -183,6 +184,7 @@ def test_configure_user_configuration_defaults(
@@ -194,7 +196,7 @@ def test_configure_user_configuration_defaults(
@@ -212,6 +214,7 @@ def test_configure_user_config_debug(
@@ -238,6 +241,7 @@ def test_configure_worker_run_missing_conf(