https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 41b5e6a545032b64f75b588418274f4c5ccf1d35 authored by Jenkins for Software Heritage on 31 October 2022, 09:10:06 UTC
Updated backport on buster-swh from debian/1.7.2-1_swh1 (unstable-swh)
Tip revision: 41b5e6a
conftest.py
# Copyright (C) 2020  The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information

pytest_plugins = ["swh.storage.pytest_plugin", "swh.core.db.pytest_plugin"]
back to top