Skip to content
Snippets Groups Projects

conftest: Declare swh.core pytest_plugin

Compare and
2 files
+ 6
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
1
@@ -5,7 +5,11 @@
import pytest
pytest_plugins = ["swh.scheduler.pytest_plugin", "swh.storage.pytest_plugin"]
pytest_plugins = [
"swh.scheduler.pytest_plugin",
"swh.storage.pytest_plugin",
"swh.core.pytest_plugin",
]
@pytest.fixture(scope="session")
Loading