feat(testing.pytest): add subprocess decorator
This commit is contained in:
parent
1ea3b3a24d
commit
43cdf21d4b
6 changed files with 122 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
import pytest
|
||||
|
||||
from byteb4rb1e.utils.urllib.request import PkgHandler
|
||||
|
||||
|
||||
class TestPkgHandler:
|
||||
"""
|
||||
"""
|
||||
|
|
@ -7,3 +10,4 @@ class TestPkgHandler:
|
|||
"""
|
||||
"""
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue