Revision df45641008cd4a74db1d40f307a70013bed6f7b8 authored by Antoine R. Dumont (@ardumont) on 15 July 2020, 17:07:32 UTC, committed by Antoine R. Dumont (@ardumont) on 16 July 2020, 09:28:21 UTC
When we use the sample_data_model (almost all object types except the metadata
ones), we can use a storage with no validate proxy.

Depends on D3510
1 parent 14b1648
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