mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-08 21:44:41 +02:00
Rename test classes to match filenames
Signed-off-by: Ari Pollak <ajp@aripollak.com>
This commit is contained in:
@ -15,7 +15,7 @@ from podman_compose import normalize_service
|
||||
test_keys = ["command", "entrypoint"]
|
||||
|
||||
|
||||
class TestMergeBuild(unittest.TestCase):
|
||||
class TestCanMergeCmdEnt(unittest.TestCase):
|
||||
@parameterized.expand([
|
||||
({"$$$": []}, {"$$$": []}),
|
||||
({"$$$": ["sh"]}, {"$$$": ["sh"]}),
|
||||
|
Reference in New Issue
Block a user