fix: Delete unnecesary file
This commit is contained in:
15
test_rpc.py
15
test_rpc.py
@@ -1,15 +0,0 @@
|
|||||||
import sys
|
|
||||||
from pathlib import Path
|
|
||||||
|
|
||||||
sys.path.insert(0, str(Path(__file__).parent / "src"))
|
|
||||||
|
|
||||||
from tryton_mcp.config import settings
|
|
||||||
|
|
||||||
client = settings.get_client()
|
|
||||||
|
|
||||||
client.connect()
|
|
||||||
|
|
||||||
name = "model.party.party.read"
|
|
||||||
args = ([1], ["id", "name", "code"], {})
|
|
||||||
|
|
||||||
client.call(name, args)
|
|
||||||
Reference in New Issue
Block a user