refactoring, try to code complexity

This commit is contained in:
Akash Mahanty
2021-01-04 00:14:38 +05:30
parent 62e5217b9e
commit 5dec4927cd
4 changed files with 158 additions and 155 deletions

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import sys
import os
import pytest
@@ -286,7 +285,7 @@ def test_get():
alive=False,
subdomain=False,
known_urls=False,
get="BullShit",
get="foobar",
)
reply = cli.args_handler(args)
assert "get the source code of the" in str(reply)