Skip to content
Snippets Groups Projects
Commit 5778f378 authored by FH's avatar FH
Browse files

clean comment

parent b21a78b1
No related branches found
No related tags found
No related merge requests found
......@@ -24,13 +24,8 @@ class TestPacmanMirrors(unittest.TestCase):
mock_os_getuid.return_value = 0
with unittest.mock.patch("sys.argv",
["pacman-mirrors",
"-m", "random", "--quiet"]):
"-m", "random"]):
app = pacman_mirrors.PacmanMirrors()
# if os.path.isfile(O_CUST_FILE):
# app.CustomFn.convert_to_json()
# else:
# app.FileFn.check_directory(MIRROR_DIR)
# app.manjaro_online = app.HttpFn.manjaro_online_update()
app.config = app.load_conf()
app.command_line_parse()
app.load_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