kopia lustrzana https://github.com/Yakifo/amqtt
rename TestPlugin to so it is ignored by pytest
rodzic
8892760a4f
commit
69a7992b66
|
@ -49,7 +49,7 @@ hbmqtt_sub = 'hbmqtt.scripts.sub_script:main'
|
||||||
[tool.poetry.plugins]
|
[tool.poetry.plugins]
|
||||||
|
|
||||||
[tool.poetry.plugins."hbmqtt.test.plugins"]
|
[tool.poetry.plugins."hbmqtt.test.plugins"]
|
||||||
"test_plugin" = "tests.plugins.test_manager:TestPlugin"
|
"test_plugin" = "tests.plugins.test_manager:EmptyTestPlugin"
|
||||||
"event_plugin" = "tests.plugins.test_manager:EventTestPlugin"
|
"event_plugin" = "tests.plugins.test_manager:EventTestPlugin"
|
||||||
"packet_logger_plugin" = "hbmqtt.plugins.logging:PacketLoggerPlugin"
|
"packet_logger_plugin" = "hbmqtt.plugins.logging:PacketLoggerPlugin"
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,6 @@ import unittest
|
||||||
import logging
|
import logging
|
||||||
import asyncio
|
import asyncio
|
||||||
|
|
||||||
import pytest
|
|
||||||
|
|
||||||
from hbmqtt.plugins.manager import PluginManager
|
from hbmqtt.plugins.manager import PluginManager
|
||||||
|
|
||||||
formatter = (
|
formatter = (
|
||||||
|
|
Ładowanie…
Reference in New Issue