Revision f6ae8a062d97e6d6154d3da25ab99e6ff7c8e4db authored by Valentin Lorentz on 29 January 2021, 15:17:51 UTC, committed by Valentin Lorentz on 01 February 2021, 11:03:02 UTC
Explains:

* when to use swh-web instead
* that `get_storage` should always be used to instantiate the storage
* `StorageInterface`
* model objects
* pagination
* backends
1 parent 76de53c
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", "swh.core.db.pytest_plugin"]
back to top