Changeset View
Changeset View
Standalone View
Standalone View
swh/deposit/tests/test_init.py
# Copyright (C) 2020 The Software Heritage developers | # Copyright (C) 2020 The Software Heritage developers | ||||
# See the AUTHORS file at the top-level directory of this distribution | # See the AUTHORS file at the top-level directory of this distribution | ||||
# License: GNU General Public License version 3, or any later version | # License: GNU General Public License version 3, or any later version | ||||
# See top-level LICENSE file for more information | # See top-level LICENSE file for more information | ||||
def test_version(): | def test_version(): | ||||
from swh.deposit.api import __version__ | from swh.deposit import __version__ | ||||
assert __version__ is not None | assert __version__ is not None |