add pytest plugin

This commit is contained in:
adbenitez
2022-12-01 03:09:23 -05:00
parent 09db062958
commit ffbfeab977
5 changed files with 60 additions and 50 deletions

View File

@@ -12,3 +12,5 @@ dependencies = [
dynamic = [
"version"
]
[project.entry-points.pytest11]
"deltachat_rpc_client.pytestplugin" = "deltachat_rpc_client.pytestplugin"