We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1fa43 commit 11aca8cCopy full SHA for 11aca8c
1 file changed
tests/conftest.py
@@ -6,7 +6,7 @@
6
from nonebot.plugin import Plugin
7
8
from nonebug import NONEBOT_INIT_KWARGS
9
-from nonebug.fixture import nonebug_app, nonebug_init
+from nonebug.fixture import * # nopycln: import
10
11
12
def pytest_configure(config: pytest.Config) -> None:
0 commit comments