Revision cd07c36a632dc37e9236d0ae4225ca4bf76979ef authored by Jenkins for Software Heritage on 09 October 2020, 16:33:11 UTC, committed by Jenkins for Software Heritage on 09 October 2020, 16:33:11 UTC
1 parent d97d189
Raw File
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"]
back to top