From 79f64945ce105fdf0a9bb85edd1f461ca8934e9e Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 12 Mar 2024 11:39:43 +0100 Subject: [PATCH] MT#55988 buildinfo: follow test repository policy just use the same name for test directory Change-Id: I09f586895389f4e3453f2492faac288688ed5ee0 --- buildinfo/{tests => test}/__init__.py | 0 buildinfo/{tests => test}/test_conf.py | 0 buildinfo/{tests => test}/test_models.py | 0 buildinfo/{tests => test}/test_utils.py | 0 pyproject.toml | 1 - 5 files changed, 1 deletion(-) rename buildinfo/{tests => test}/__init__.py (100%) rename buildinfo/{tests => test}/test_conf.py (100%) rename buildinfo/{tests => test}/test_models.py (100%) rename buildinfo/{tests => test}/test_utils.py (100%) diff --git a/buildinfo/tests/__init__.py b/buildinfo/test/__init__.py similarity index 100% rename from buildinfo/tests/__init__.py rename to buildinfo/test/__init__.py diff --git a/buildinfo/tests/test_conf.py b/buildinfo/test/test_conf.py similarity index 100% rename from buildinfo/tests/test_conf.py rename to buildinfo/test/test_conf.py diff --git a/buildinfo/tests/test_models.py b/buildinfo/test/test_models.py similarity index 100% rename from buildinfo/tests/test_models.py rename to buildinfo/test/test_models.py diff --git a/buildinfo/tests/test_utils.py b/buildinfo/test/test_utils.py similarity index 100% rename from buildinfo/tests/test_utils.py rename to buildinfo/test/test_utils.py diff --git a/pyproject.toml b/pyproject.toml index 44177b3..f91d09a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,5 @@ pep8ignore = "*.py W503" data_file = "/results/.coverage" omit = [ "*/test/*", - "*/tests/*", "*/test_*.py", ] \ No newline at end of file