Skip to content
Snippets Groups Projects
Commit 1803a8b7 authored by Frede H's avatar Frede H :speech_balloon:
Browse files

modified test

parent 9108da63
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ class TestCommandLineParse(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -53,6 +54,7 @@ class TestCommandLineParse(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -77,6 +79,7 @@ class TestCommandLineParse(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -101,6 +104,7 @@ class TestCommandLineParse(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -125,6 +129,7 @@ class TestCommandLineParse(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -149,6 +154,7 @@ class TestCommandLineParse(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -173,6 +179,7 @@ class TestCommandLineParse(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -197,6 +204,7 @@ class TestCommandLineParse(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -221,6 +229,7 @@ class TestCommandLineParse(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -245,6 +254,7 @@ class TestCommandLineParse(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -269,6 +279,7 @@ class TestCommandLineParse(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -293,6 +304,7 @@ class TestCommandLineParse(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......
......@@ -29,6 +29,7 @@ class TestDefaultConfig(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -52,6 +53,7 @@ class TestDefaultConfig(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -75,6 +77,7 @@ class TestDefaultConfig(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -97,6 +100,7 @@ class TestDefaultConfig(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -119,6 +123,7 @@ class TestDefaultConfig(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -141,6 +146,7 @@ class TestDefaultConfig(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -163,6 +169,7 @@ class TestDefaultConfig(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......
......@@ -31,6 +31,7 @@ class TestHttpFn(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......@@ -58,6 +59,7 @@ class TestHttpFn(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......
......@@ -31,6 +31,7 @@ class TestPacmanMirrors(unittest.TestCase):
mock_build_config.return_value = {
"branch": "stable",
"config_file": conf.CONFIG_FILE,
"custom_file": conf.CUSTOM_FILE,
"method": "rank",
"mirror_dir": conf.MIRROR_DIR,
"mirror_file": conf.MIRROR_FILE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment