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
d6bcbd631f
lbry-sdk
/
tests
/
unit
/
lbrynet_daemon
/
__init__.py
3 lines
71 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 to be refactored
"
)
Copy permalink