mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-13 23:38:38 +02:00
Rename test classes to match filenames
Signed-off-by: Ari Pollak <ajp@aripollak.com>
This commit is contained in:
@ -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": "."}}),
|
||||
|
Reference in New Issue
Block a user