Detect cycle automatically in update_config script
Compare changes
Files
2+ 20
− 1
@@ -9,6 +9,7 @@ import yaml
@@ -9,6 +9,7 @@ import yaml
@@ -40,7 +41,7 @@ def test_main_sys_exit(capsys):
@@ -40,7 +41,7 @@ def test_main_sys_exit(capsys):
@@ -85,6 +86,7 @@ def test_main(capsys):
@@ -85,6 +86,7 @@ def test_main(capsys):
@@ -99,6 +101,7 @@ EXPECTED_CONF = [
@@ -99,6 +101,7 @@ EXPECTED_CONF = [
@@ -174,3 +177,19 @@ def test_create_new_config_from_args_input(instrument, args, expected):
@@ -174,3 +177,19 @@ def test_create_new_config_from_args_input(instrument, args, expected):