feat(urllib): init PkgHandler
This commit is contained in:
parent
59dcc2c7c0
commit
1ea3b3a24d
3 changed files with 45 additions and 0 deletions
9
tests/unit/byteb4rb1e/utils/urllib/test_request.py
Normal file
9
tests/unit/byteb4rb1e/utils/urllib/test_request.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from byteb4rb1e.utils.urllib.request import PkgHandler
|
||||
|
||||
class TestPkgHandler:
|
||||
"""
|
||||
"""
|
||||
def test_default(self):
|
||||
"""
|
||||
"""
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue