test/test_repo.py: rename to test_helpers_repo.py (MR 1912)

This file is about testing pmb/helpers/repo.py, so make the name of the
test file consistent with other test/test_helpers_*.py files.
This commit is contained in:
Oliver Smith 2020-04-12 13:58:36 +02:00
parent 17f3b3c2f0
commit 6d64586b9f
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# Copyright 2020 Oliver Smith
# SPDX-License-Identifier: GPL-3.0-or-later
""" Test pmb.helpers.repo """
import pytest
import sys