From 6d64586b9fce55d7adf1640f5a5e07a162fd2626 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 12 Apr 2020 13:58:36 +0200 Subject: [PATCH] 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. --- test/{test_repo.py => test_helpers_repo.py} | 1 + 1 file changed, 1 insertion(+) rename test/{test_repo.py => test_helpers_repo.py} (96%) diff --git a/test/test_repo.py b/test/test_helpers_repo.py similarity index 96% rename from test/test_repo.py rename to test/test_helpers_repo.py index 42e8d53e..ab40cee9 100644 --- a/test/test_repo.py +++ b/test/test_helpers_repo.py @@ -1,5 +1,6 @@ # Copyright 2020 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later +""" Test pmb.helpers.repo """ import pytest import sys