swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 4918759fc84376b16ebf82c60da9d2c17d265821 authored by Valentin Lorentz on 07 August 2020, 12:04:37 UTC
Make snapshot_get_branches return a TypedDict containing SnapshotBranch objects.
Tip revision: 4918759
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