mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 02:09:17 +02:00
better names for the converseion to/from dc char pointers
This commit is contained in:
parent
1f0812c907
commit
929d6da2ef
4 changed files with 18 additions and 12 deletions
|
@ -15,6 +15,11 @@ class TestOfflineAccount:
|
|||
with pytest.raises(ValueError):
|
||||
ac1.get_self_contact()
|
||||
|
||||
# def test_get_config_fails(self, acfactory):
|
||||
# ac1 = acfactory.get_offline_account()
|
||||
# with pytest.raises(KeyError):
|
||||
# ac1.get_config("123123")
|
||||
|
||||
def test_contact_attr(self, acfactory):
|
||||
ac1 = acfactory.get_offline_account()
|
||||
contact1 = ac1.create_contact(email="some1@hello.com", name="some1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue