Commit Graph

336 Commits

Author SHA1 Message Date
holger krekel
186512b356 mark 30-times runs tests as ignored by default 2020-06-05 16:43:21 +02:00
Hocuri
d40754273d Small fixes 2020-06-05 12:22:39 +02:00
Hocuri
76f4b9baa4 Let the python tast recognize when the mvbox is Inbox/DeltaChat instead of DeltaChat 2020-06-05 12:22:38 +02:00
Hocuri
1c936260a0 Rm some debug logs 2020-06-05 12:22:38 +02:00
Hocuri
676ff127c1 typo 2020-06-05 12:22:38 +02:00
Hocuri
a862484927 Print more info 2020-06-05 12:22:37 +02:00
Hocuri
d66b6acde4 Lint 2020-06-05 12:22:37 +02:00
Hocuri
5677bf3fe5 Put emails into the tmp folder 2020-06-05 12:22:36 +02:00
Hocuri
232f1d4f86 Always call print_imap_structure when test fails 2020-06-05 12:22:36 +02:00
Hocuri
3cc5aef016 Add test_mark_bcc_read_on_server 2020-06-05 12:22:36 +02:00
Hocuri
79dac9513f Add print_imap_structure 2020-06-05 12:22:35 +02:00
Hocuri
a8d53301e3 Adapt to new refactorings 2020-06-05 12:22:35 +02:00
Hocuri
d5e6b6231d Lint 2020-06-05 12:22:34 +02:00
Hocuri
89341c1ceb Add test_mark_read_on_server that reproduces https://github.com/deltachat/deltachat-core-rust/issues/1495 2020-06-05 12:22:34 +02:00
Hocuri
c0003c6726 Use Imaplib instead of ImapClient 2020-06-05 12:22:34 +02:00
Hocuri
1290c191b3 Move direct_imap to deltachat folder 2020-06-05 12:22:33 +02:00
Hocuri
69a28df74d rm unused import 2020-06-05 12:22:33 +02:00
Hocuri
303417f095 Add make_direct_imap() fn. I had to disable PersistentDict because I had problems with importing. 2020-06-05 12:22:33 +02:00
Hocuri
8483b3e1d3 Add holger's ImapConn 2020-06-05 12:22:33 +02:00
dignifiedquire
8756c0cbe1 test(python): avoid race condition in unicode test 2020-06-03 16:10:44 +02:00
B. Petersen
ec601a3381 revert renaming of data2_str to data3_str, while this looks clearer at a first glance, it would mean to introduce much noise in the existing bindings and understandings 2020-05-25 12:58:21 +02:00
holger krekel
477e689c74 fix python lint 2020-05-24 22:11:14 +02:00
holger krekel
d9de33820f add a stress test 2020-05-24 21:25:13 +02:00
holger krekel
fa3ee4205d refactor some python infra, and don't do shutdown on __del__, it's not prepared for running during teardown 2020-05-24 15:48:12 +02:00
holger krekel
7f4627356b test and fix buggy parsing of incoming message which would show MDNs as empty incoming messages 2020-05-24 15:22:55 +02:00
holger krekel
a068b82671 actually this test passes, hum -- but there is a problem i swear 2020-05-24 08:10:03 +02:00
holger krekel
d4ddc2f9da make wheel building work again -- switch manylinux2014 (#1522) 2020-05-23 21:57:50 +02:00
holger krekel
e55dc2213a fix python lifecycles so that termination works 2020-05-23 10:17:56 +02:00
dignifiedquire
8569e1c18b python: first pass at updates for dc_open/dc_close removal 2020-05-22 23:56:03 +02:00
Friedel Ziegelmayer
014d2946b2 feat: use EventEmitter for events 2020-05-22 21:03:01 +02:00
holger krekel
4b4e6e1732 use bjoern's naming suggestion 2020-05-22 18:44:57 +02:00
holger krekel
d0686ada83 a round of renaming towards dc_io_* methods for start/stop/io scheduling 2020-05-22 18:44:57 +02:00
holger krekel
c43285f6ac fix python data2/string handling and reduce extra code needed 2020-05-22 16:24:46 +02:00
holger krekel
229606fcc5 fix last failing test -- make account.shutdown() robust against getting called from event thread 2020-05-22 15:12:55 +02:00
holger krekel
371a7552f5 fix superflous shutdowns -- those are called automatically after the test
function ends
2020-05-22 13:06:20 +02:00
holger krekel
641955a1ec try fix inbox ordering issue 2020-05-22 13:06:13 +02:00
holger krekel
f97538a399 slightly refine increation tests wrt to ordering 2020-05-22 12:46:12 +02:00
holger krekel
7c8758dc26 fix ordering issues with test_forward_increation 2020-05-22 12:24:52 +02:00
holger krekel
c43e7cdbdc fix lint and a typo 2020-05-22 10:31:41 +02:00
dignifiedquire
69f095687d check correct running flag in scheduler stop 2020-05-21 15:50:56 +02:00
dignifiedquire
7b10ec26a3 improve connection management 2020-05-21 15:38:04 +02:00
holger krekel
ad522cd798 simplify and speedup configuration handling
refactor conftest.py away
2020-05-20 22:15:27 +02:00
holger krekel
fedc946886 fix online configure tests 2020-05-20 19:44:06 +02:00
holger krekel
c3458ec59f fix test 2020-05-20 19:17:48 +02:00
holger krekel
2f09bb468e fix configure_canceled test 2020-05-20 19:10:36 +02:00
holger krekel
2279e18329 fix logging and docstrings 2020-05-20 18:57:51 +02:00
holger krekel
0ec5b8d6dd fix --ignored handling 2020-05-20 18:10:13 +02:00
holger krekel
1029c63a20 python fixes 2020-05-20 17:21:57 +02:00
holger krekel
9e43540dfa fix docs, some renames 2020-05-20 17:05:00 +02:00
dignifiedquire
3c7b3faa7f unify deps and more strict start and stop 2020-05-20 16:42:59 +02:00