swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: b0b0313c9645052822800197e15009690e43837a authored by Antoine R. Dumont (@ardumont) on 08 April 2020, 09:27:30 UTC
test_filter: Extract the filter storage into a fixture
Tip revision: b0b0313
common.py
# Copyright (C) 2015-2016  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

from swh.core.db.common import *  # noqa
back to top