Rename test classes to match filenames

Signed-off-by: Ari Pollak <ajp@aripollak.com>
This commit is contained in:
Ari Pollak
2024-03-09 16:34:06 -05:00
parent f18c8092cc
commit 829cde0de9
6 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ from podman_compose import PodmanCompose
from podman_compose import normalize_service
class TestMergeBuild(unittest.TestCase):
class TestCanMergeBuild(unittest.TestCase):
@parameterized.expand([
({"test": "test"}, {"test": "test"}),
({"build": "."}, {"build": {"context": "."}}),