stop python tests from blowing up

This commit is contained in:
dignifiedquire
2020-03-21 23:37:52 +01:00
parent 1214609546
commit 11fa60d690
4 changed files with 68 additions and 75 deletions

7
python/fail_test.py Normal file
View File

@@ -0,0 +1,7 @@
from __future__ import print_function
from deltachat import capi
from deltachat.capi import ffi, lib
if __name__ == "__main__":
ctx = capi.lib.dc_context_new(ffi.NULL, ffi.NULL)
lib.dc_context_shutdown(ctx)