deltachat-rpc-client 2.29.0__tar.gz → 2.31.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {deltachat_rpc_client-2.29.0/src/deltachat_rpc_client.egg-info → deltachat_rpc_client-2.31.0}/PKG-INFO +10 -1
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/README.md +9 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/pyproject.toml +1 -1
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/const.py +1 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/pytestplugin.py +148 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/rpc.py +1 -1
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0/src/deltachat_rpc_client.egg-info}/PKG-INFO +10 -1
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client.egg-info/SOURCES.txt +1 -1
- deltachat_rpc_client-2.31.0/tests/test_cross_core.py +44 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/tests/test_multitransport.py +45 -0
- deltachat_rpc_client-2.29.0/tests/test_rpc_virtual.py +0 -20
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/LICENSE +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/setup.cfg +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/__init__.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/_utils.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/account.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/chat.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/client.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/contact.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/deltachat.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/events.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/message.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/py.typed +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client.egg-info/dependency_links.txt +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client.egg-info/entry_points.txt +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client.egg-info/top_level.txt +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/tests/test_account_events.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/tests/test_calls.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/tests/test_chatlist_events.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/tests/test_folders.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/tests/test_iroh_webxdc.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/tests/test_key_transfer.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/tests/test_multidevice.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/tests/test_securejoin.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/tests/test_something.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/tests/test_vcard.py +0 -0
- {deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/tests/test_webxdc.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: deltachat-rpc-client
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.31.0
|
|
4
4
|
Summary: Python client for Delta Chat core JSON-RPC interface
|
|
5
5
|
License-Expression: MPL-2.0
|
|
6
6
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -52,6 +52,15 @@ $ pip install .
|
|
|
52
52
|
|
|
53
53
|
Additional arguments to `tox` are passed to pytest, e.g. `tox -- -s` does not capture test output.
|
|
54
54
|
|
|
55
|
+
|
|
56
|
+
## Activating current checkout of deltachat-rpc-client and -server for development
|
|
57
|
+
|
|
58
|
+
Go to root repository directory and run:
|
|
59
|
+
```
|
|
60
|
+
$ scripts/make-rpc-testenv.sh
|
|
61
|
+
$ source venv/bin/activate
|
|
62
|
+
```
|
|
63
|
+
|
|
55
64
|
## Using in REPL
|
|
56
65
|
|
|
57
66
|
Setup a development environment:
|
|
@@ -30,6 +30,15 @@ $ pip install .
|
|
|
30
30
|
|
|
31
31
|
Additional arguments to `tox` are passed to pytest, e.g. `tox -- -s` does not capture test output.
|
|
32
32
|
|
|
33
|
+
|
|
34
|
+
## Activating current checkout of deltachat-rpc-client and -server for development
|
|
35
|
+
|
|
36
|
+
Go to root repository directory and run:
|
|
37
|
+
```
|
|
38
|
+
$ scripts/make-rpc-testenv.sh
|
|
39
|
+
$ source venv/bin/activate
|
|
40
|
+
```
|
|
41
|
+
|
|
33
42
|
## Using in REPL
|
|
34
43
|
|
|
35
44
|
Setup a development environment:
|
{deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/const.py
RENAMED
|
@@ -80,6 +80,7 @@ class EventType(str, Enum):
|
|
|
80
80
|
CONFIG_SYNCED = "ConfigSynced"
|
|
81
81
|
WEBXDC_REALTIME_DATA = "WebxdcRealtimeData"
|
|
82
82
|
WEBXDC_REALTIME_ADVERTISEMENT_RECEIVED = "WebxdcRealtimeAdvertisementReceived"
|
|
83
|
+
TRANSPORTS_MODIFIED = "TransportsModified"
|
|
83
84
|
|
|
84
85
|
|
|
85
86
|
class ChatId(IntEnum):
|
{deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/pytestplugin.py
RENAMED
|
@@ -3,9 +3,14 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
5
|
import os
|
|
6
|
+
import pathlib
|
|
7
|
+
import platform
|
|
6
8
|
import random
|
|
9
|
+
import subprocess
|
|
10
|
+
import sys
|
|
7
11
|
from typing import AsyncGenerator, Optional
|
|
8
12
|
|
|
13
|
+
import execnet
|
|
9
14
|
import py
|
|
10
15
|
import pytest
|
|
11
16
|
|
|
@@ -20,6 +25,18 @@ Currently this is "End-to-end encryption available".
|
|
|
20
25
|
"""
|
|
21
26
|
|
|
22
27
|
|
|
28
|
+
def pytest_report_header():
|
|
29
|
+
for base in os.get_exec_path():
|
|
30
|
+
fn = pathlib.Path(base).joinpath(base, "deltachat-rpc-server")
|
|
31
|
+
if fn.exists():
|
|
32
|
+
proc = subprocess.Popen([str(fn), "--version"], stderr=subprocess.PIPE)
|
|
33
|
+
proc.wait()
|
|
34
|
+
version = proc.stderr.read().decode().strip()
|
|
35
|
+
return f"deltachat-rpc-server: {fn} [{version}]"
|
|
36
|
+
|
|
37
|
+
return None
|
|
38
|
+
|
|
39
|
+
|
|
23
40
|
class ACFactory:
|
|
24
41
|
"""Test account factory."""
|
|
25
42
|
|
|
@@ -197,3 +214,134 @@ def log():
|
|
|
197
214
|
print(" " + msg)
|
|
198
215
|
|
|
199
216
|
return Printer()
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
#
|
|
220
|
+
# support for testing against different deltachat-rpc-server/clients
|
|
221
|
+
# installed into a temporary virtualenv and connected via 'execnet' channels
|
|
222
|
+
#
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
def find_path(venv, name):
|
|
226
|
+
is_windows = platform.system() == "Windows"
|
|
227
|
+
bin = venv / ("bin" if not is_windows else "Scripts")
|
|
228
|
+
|
|
229
|
+
tryadd = [""]
|
|
230
|
+
if is_windows:
|
|
231
|
+
tryadd += os.environ["PATHEXT"].split(os.pathsep)
|
|
232
|
+
for ext in tryadd:
|
|
233
|
+
p = bin.joinpath(name + ext)
|
|
234
|
+
if p.exists():
|
|
235
|
+
return str(p)
|
|
236
|
+
|
|
237
|
+
return None
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
@pytest.fixture(scope="session")
|
|
241
|
+
def get_core_python_env(tmp_path_factory):
|
|
242
|
+
"""Return a factory to create virtualenv environments with rpc server/client packages
|
|
243
|
+
installed.
|
|
244
|
+
|
|
245
|
+
The factory takes a version and returns a (python_path, rpc_server_path) tuple
|
|
246
|
+
of the respective binaries in the virtualenv.
|
|
247
|
+
"""
|
|
248
|
+
|
|
249
|
+
envs = {}
|
|
250
|
+
|
|
251
|
+
def get_versioned_venv(core_version):
|
|
252
|
+
venv = envs.get(core_version)
|
|
253
|
+
if not venv:
|
|
254
|
+
venv = tmp_path_factory.mktemp(f"temp-{core_version}")
|
|
255
|
+
subprocess.check_call([sys.executable, "-m", "venv", venv])
|
|
256
|
+
|
|
257
|
+
python = find_path(venv, "python")
|
|
258
|
+
pkgs = [f"deltachat-rpc-server=={core_version}", f"deltachat-rpc-client=={core_version}", "pytest"]
|
|
259
|
+
subprocess.check_call([python, "-m", "pip", "install"] + pkgs)
|
|
260
|
+
|
|
261
|
+
envs[core_version] = venv
|
|
262
|
+
python = find_path(venv, "python")
|
|
263
|
+
rpc_server_path = find_path(venv, "deltachat-rpc-server")
|
|
264
|
+
print(f"python={python}\nrpc_server={rpc_server_path}")
|
|
265
|
+
return python, rpc_server_path
|
|
266
|
+
|
|
267
|
+
return get_versioned_venv
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
@pytest.fixture
|
|
271
|
+
def alice_and_remote_bob(tmp_path, acfactory, get_core_python_env):
|
|
272
|
+
"""return local Alice account, a contact to bob, and a remote 'eval' function for bob.
|
|
273
|
+
|
|
274
|
+
The 'eval' function allows to remote-execute arbitrary expressions
|
|
275
|
+
that can use the `bob` online account, and the `bob_contact_alice`.
|
|
276
|
+
"""
|
|
277
|
+
|
|
278
|
+
def factory(core_version):
|
|
279
|
+
python, rpc_server_path = get_core_python_env(core_version)
|
|
280
|
+
gw = execnet.makegateway(f"popen//python={python}")
|
|
281
|
+
|
|
282
|
+
accounts_dir = str(tmp_path.joinpath("account1_venv1"))
|
|
283
|
+
channel = gw.remote_exec(remote_bob_loop)
|
|
284
|
+
cm = os.environ.get("CHATMAIL_DOMAIN")
|
|
285
|
+
|
|
286
|
+
# trigger getting an online account on bob's side
|
|
287
|
+
channel.send((accounts_dir, str(rpc_server_path), cm))
|
|
288
|
+
|
|
289
|
+
# meanwhile get a local alice account
|
|
290
|
+
alice = acfactory.get_online_account()
|
|
291
|
+
channel.send(alice.self_contact.make_vcard())
|
|
292
|
+
|
|
293
|
+
# wait for bob to have started
|
|
294
|
+
sysinfo = channel.receive()
|
|
295
|
+
assert sysinfo == f"v{core_version}"
|
|
296
|
+
bob_vcard = channel.receive()
|
|
297
|
+
[alice_contact_bob] = alice.import_vcard(bob_vcard)
|
|
298
|
+
|
|
299
|
+
def eval(eval_str):
|
|
300
|
+
channel.send(eval_str)
|
|
301
|
+
return channel.receive()
|
|
302
|
+
|
|
303
|
+
return alice, alice_contact_bob, eval
|
|
304
|
+
|
|
305
|
+
return factory
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
def remote_bob_loop(channel):
|
|
309
|
+
# This function executes with versioned
|
|
310
|
+
# deltachat-rpc-client/server packages
|
|
311
|
+
# installed into the virtualenv.
|
|
312
|
+
#
|
|
313
|
+
# The "channel" argument is a send/receive pipe
|
|
314
|
+
# to the process that runs the corresponding remote_exec(remote_bob_loop)
|
|
315
|
+
|
|
316
|
+
import os
|
|
317
|
+
|
|
318
|
+
from deltachat_rpc_client import DeltaChat, Rpc
|
|
319
|
+
from deltachat_rpc_client.pytestplugin import ACFactory
|
|
320
|
+
|
|
321
|
+
accounts_dir, rpc_server_path, chatmail_domain = channel.receive()
|
|
322
|
+
os.environ["CHATMAIL_DOMAIN"] = chatmail_domain
|
|
323
|
+
|
|
324
|
+
# older core versions don't support specifying rpc_server_path
|
|
325
|
+
# so we can't just pass `rpc_server_path` argument to Rpc constructor
|
|
326
|
+
basepath = os.path.dirname(rpc_server_path)
|
|
327
|
+
os.environ["PATH"] = os.pathsep.join([basepath, os.environ["PATH"]])
|
|
328
|
+
rpc = Rpc(accounts_dir=accounts_dir)
|
|
329
|
+
|
|
330
|
+
with rpc:
|
|
331
|
+
dc = DeltaChat(rpc)
|
|
332
|
+
channel.send(dc.rpc.get_system_info()["deltachat_core_version"])
|
|
333
|
+
acfactory = ACFactory(dc)
|
|
334
|
+
bob = acfactory.get_online_account()
|
|
335
|
+
alice_vcard = channel.receive()
|
|
336
|
+
[alice_contact] = bob.import_vcard(alice_vcard)
|
|
337
|
+
ns = {"bob": bob, "bob_contact_alice": alice_contact}
|
|
338
|
+
channel.send(bob.self_contact.make_vcard())
|
|
339
|
+
|
|
340
|
+
while 1:
|
|
341
|
+
eval_str = channel.receive()
|
|
342
|
+
res = eval(eval_str, ns)
|
|
343
|
+
try:
|
|
344
|
+
channel.send(res)
|
|
345
|
+
except Exception:
|
|
346
|
+
# some unserializable result
|
|
347
|
+
channel.send(None)
|
|
@@ -57,7 +57,7 @@ class Rpc:
|
|
|
57
57
|
def __init__(self, accounts_dir: Optional[str] = None, rpc_server_path="deltachat-rpc-server", **kwargs):
|
|
58
58
|
"""Initialize RPC client.
|
|
59
59
|
|
|
60
|
-
The
|
|
60
|
+
The 'kwargs' arguments will be passed to subprocess.Popen().
|
|
61
61
|
"""
|
|
62
62
|
if accounts_dir:
|
|
63
63
|
kwargs["env"] = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: deltachat-rpc-client
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.31.0
|
|
4
4
|
Summary: Python client for Delta Chat core JSON-RPC interface
|
|
5
5
|
License-Expression: MPL-2.0
|
|
6
6
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -52,6 +52,15 @@ $ pip install .
|
|
|
52
52
|
|
|
53
53
|
Additional arguments to `tox` are passed to pytest, e.g. `tox -- -s` does not capture test output.
|
|
54
54
|
|
|
55
|
+
|
|
56
|
+
## Activating current checkout of deltachat-rpc-client and -server for development
|
|
57
|
+
|
|
58
|
+
Go to root repository directory and run:
|
|
59
|
+
```
|
|
60
|
+
$ scripts/make-rpc-testenv.sh
|
|
61
|
+
$ source venv/bin/activate
|
|
62
|
+
```
|
|
63
|
+
|
|
55
64
|
## Using in REPL
|
|
56
65
|
|
|
57
66
|
Setup a development environment:
|
|
@@ -22,12 +22,12 @@ src/deltachat_rpc_client.egg-info/top_level.txt
|
|
|
22
22
|
tests/test_account_events.py
|
|
23
23
|
tests/test_calls.py
|
|
24
24
|
tests/test_chatlist_events.py
|
|
25
|
+
tests/test_cross_core.py
|
|
25
26
|
tests/test_folders.py
|
|
26
27
|
tests/test_iroh_webxdc.py
|
|
27
28
|
tests/test_key_transfer.py
|
|
28
29
|
tests/test_multidevice.py
|
|
29
30
|
tests/test_multitransport.py
|
|
30
|
-
tests/test_rpc_virtual.py
|
|
31
31
|
tests/test_securejoin.py
|
|
32
32
|
tests/test_something.py
|
|
33
33
|
tests/test_vcard.py
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import subprocess
|
|
2
|
+
|
|
3
|
+
import pytest
|
|
4
|
+
|
|
5
|
+
from deltachat_rpc_client import DeltaChat, Rpc
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def test_install_venv_and_use_other_core(tmp_path, get_core_python_env):
|
|
9
|
+
python, rpc_server_path = get_core_python_env("2.24.0")
|
|
10
|
+
subprocess.check_call([python, "-m", "pip", "install", "deltachat-rpc-server==2.24.0"])
|
|
11
|
+
rpc = Rpc(accounts_dir=tmp_path.joinpath("accounts"), rpc_server_path=rpc_server_path)
|
|
12
|
+
|
|
13
|
+
with rpc:
|
|
14
|
+
dc = DeltaChat(rpc)
|
|
15
|
+
assert dc.rpc.get_system_info()["deltachat_core_version"] == "v2.24.0"
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
@pytest.mark.parametrize("version", ["2.24.0"])
|
|
19
|
+
def test_qr_setup_contact(alice_and_remote_bob, version) -> None:
|
|
20
|
+
"""Test other-core Bob profile can do securejoin with Alice on current core."""
|
|
21
|
+
alice, alice_contact_bob, remote_eval = alice_and_remote_bob(version)
|
|
22
|
+
|
|
23
|
+
qr_code = alice.get_qr_code()
|
|
24
|
+
remote_eval(f"bob.secure_join({qr_code!r})")
|
|
25
|
+
alice.wait_for_securejoin_inviter_success()
|
|
26
|
+
|
|
27
|
+
# Test that Alice verified Bob's profile.
|
|
28
|
+
alice_contact_bob_snapshot = alice_contact_bob.get_snapshot()
|
|
29
|
+
assert alice_contact_bob_snapshot.is_verified
|
|
30
|
+
|
|
31
|
+
remote_eval("bob.wait_for_securejoin_joiner_success()")
|
|
32
|
+
|
|
33
|
+
# Test that Bob verified Alice's profile.
|
|
34
|
+
assert remote_eval("bob_contact_alice.get_snapshot().is_verified")
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
def test_send_and_receive_message(alice_and_remote_bob) -> None:
|
|
38
|
+
"""Test other-core Bob profile can send a message to Alice on current core."""
|
|
39
|
+
alice, alice_contact_bob, remote_eval = alice_and_remote_bob("2.20.0")
|
|
40
|
+
|
|
41
|
+
remote_eval("bob_contact_alice.create_chat().send_text('hello')")
|
|
42
|
+
|
|
43
|
+
msg = alice.wait_for_incoming_msg()
|
|
44
|
+
assert msg.get_snapshot().text == "hello"
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import pytest
|
|
2
2
|
|
|
3
|
+
from deltachat_rpc_client import EventType
|
|
3
4
|
from deltachat_rpc_client.rpc import JsonRpcError
|
|
4
5
|
|
|
5
6
|
|
|
@@ -156,3 +157,47 @@ def test_reconfigure_transport(acfactory) -> None:
|
|
|
156
157
|
# Reconfiguring the transport should not reset
|
|
157
158
|
# the settings as if when configuring the first transport.
|
|
158
159
|
assert account.get_config("mvbox_move") == "1"
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
def test_transport_synchronization(acfactory, log) -> None:
|
|
163
|
+
"""Test synchronization of transports between devices."""
|
|
164
|
+
ac1, ac2 = acfactory.get_online_accounts(2)
|
|
165
|
+
ac1_clone = ac1.clone()
|
|
166
|
+
ac1_clone.bring_online()
|
|
167
|
+
|
|
168
|
+
qr = acfactory.get_account_qr()
|
|
169
|
+
|
|
170
|
+
ac1.add_transport_from_qr(qr)
|
|
171
|
+
ac1_clone.wait_for_event(EventType.TRANSPORTS_MODIFIED)
|
|
172
|
+
assert len(ac1.list_transports()) == 2
|
|
173
|
+
assert len(ac1_clone.list_transports()) == 2
|
|
174
|
+
|
|
175
|
+
ac1_clone.add_transport_from_qr(qr)
|
|
176
|
+
ac1.wait_for_event(EventType.TRANSPORTS_MODIFIED)
|
|
177
|
+
assert len(ac1.list_transports()) == 3
|
|
178
|
+
assert len(ac1_clone.list_transports()) == 3
|
|
179
|
+
|
|
180
|
+
log.section("ac1 clone removes second transport")
|
|
181
|
+
[transport1, transport2, transport3] = ac1_clone.list_transports()
|
|
182
|
+
addr3 = transport3["addr"]
|
|
183
|
+
ac1_clone.delete_transport(transport2["addr"])
|
|
184
|
+
|
|
185
|
+
ac1.wait_for_event(EventType.TRANSPORTS_MODIFIED)
|
|
186
|
+
[transport1, transport3] = ac1.list_transports()
|
|
187
|
+
|
|
188
|
+
log.section("ac1 changes the primary transport")
|
|
189
|
+
ac1.set_config("configured_addr", transport3["addr"])
|
|
190
|
+
|
|
191
|
+
log.section("ac1 removes the first transport")
|
|
192
|
+
ac1.delete_transport(transport1["addr"])
|
|
193
|
+
|
|
194
|
+
ac1_clone.wait_for_event(EventType.TRANSPORTS_MODIFIED)
|
|
195
|
+
[transport3] = ac1_clone.list_transports()
|
|
196
|
+
assert transport3["addr"] == addr3
|
|
197
|
+
assert ac1_clone.get_config("configured_addr") == addr3
|
|
198
|
+
|
|
199
|
+
ac2_chat = ac2.create_chat(ac1)
|
|
200
|
+
ac2_chat.send_text("Hello!")
|
|
201
|
+
|
|
202
|
+
assert ac1.wait_for_incoming_msg().get_snapshot().text == "Hello!"
|
|
203
|
+
assert ac1_clone.wait_for_incoming_msg().get_snapshot().text == "Hello!"
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import subprocess
|
|
2
|
-
import sys
|
|
3
|
-
from platform import system # noqa
|
|
4
|
-
|
|
5
|
-
import pytest
|
|
6
|
-
|
|
7
|
-
from deltachat_rpc_client import DeltaChat, Rpc
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
@pytest.mark.skipif("system() == 'Windows'")
|
|
11
|
-
def test_install_venv_and_use_other_core(tmp_path):
|
|
12
|
-
venv = tmp_path.joinpath("venv1")
|
|
13
|
-
subprocess.check_call([sys.executable, "-m", "venv", venv])
|
|
14
|
-
python = venv / "bin" / "python"
|
|
15
|
-
subprocess.check_call([python, "-m", "pip", "install", "deltachat-rpc-server==2.20.0"])
|
|
16
|
-
rpc = Rpc(accounts_dir=tmp_path.joinpath("accounts"), rpc_server_path=venv.joinpath("bin", "deltachat-rpc-server"))
|
|
17
|
-
|
|
18
|
-
with rpc:
|
|
19
|
-
dc = DeltaChat(rpc)
|
|
20
|
-
assert dc.rpc.get_system_info()["deltachat_core_version"] == "v2.20.0"
|
|
File without changes
|
|
File without changes
|
{deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/__init__.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/_utils.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/account.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/chat.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/client.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/contact.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/deltachat.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/events.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/message.py
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.29.0 → deltachat_rpc_client-2.31.0}/src/deltachat_rpc_client/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|