mirror of
https://github.com/chatmail/relay.git
synced 2026-08-29 11:33:14 +00:00
test: cleanup and allow a repo-root level "pytest -n6" to succeed.
the fixtures from chatmaild and cmdeploy test plugins were clashing, and the "rpc" fixture was shadowed by deltachat-rpc-client. We could change the way plugins load but it's also useful to have disambiguated fixture names as we are often working across the code bases. also removes a few unused historic fluff.
This commit is contained in:
@@ -28,7 +28,6 @@ dependencies = [
|
||||
cmdeploy = "cmdeploy.cmdeploy:main"
|
||||
|
||||
[project.entry-points.pytest11]
|
||||
"chatmaild.testplugin" = "chatmaild.tests.plugin"
|
||||
"cmdeploy.testplugin" = "cmdeploy.tests.plugin"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
|
||||
Reference in New Issue
Block a user