This website requires JavaScript.
Explore
Help
Register
Sign in
Madiator2011
/
lbry-sdk
Watch
1
Star
0
Fork
You've already forked lbry-sdk
0
forked from
LBRYCommunity/lbry-sdk
Code
Pull requests
Activity
cb60cd99f4
lbry-sdk
/
tests
/
unit
/
blob
/
__init__.py
3 lines
83 B
Python
Raw
Normal View
History
Unescape
Escape
skip tests needing to be updated to use new APIs
2020-08-20 20:24:08 +02:00
from
unittest
import
SkipTest
raise
SkipTest
(
"
needs updating to use new SDK APIs
"
)
Copy permalink