https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 35679767a13170558811bc7b206397b1a89a5d84 authored by Jenkins for Software Heritage on 03 June 2022, 15:40:41 UTC
Updated backport on buster-swh from debian/1.4.1-1_swh1 (unstable-swh)
Tip revision: 3567976
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