lbry-sdk/tests/integration/cli/test_cli.py
hackrush a7ef8889dd
Unified CLI, python 3(WIP) (#1330)
* Added new custom cli class using aiohttp
* Proper error handling in CLI based on RPC error codes(PoC)
* Auth API working
* UnitTests
2018-08-24 11:40:43 -04:00

7 lines
86 B
Python

from lbrynet import conf
from lbrynet import cli
class CLIIntegrationTest:
pass