13 lines
176 B
Python
13 lines
176 B
Python
import pytest
|
|
|
|
from byteb4rb1e.utils.urllib.request import PkgHandler
|
|
|
|
|
|
class TestPkgHandler:
|
|
"""
|
|
"""
|
|
def test_default(self):
|
|
"""
|
|
"""
|
|
pass
|
|
|