mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-10 14:18:04 +02:00
Rename test classes to match filenames
Signed-off-by: Ari Pollak <ajp@aripollak.com>
This commit is contained in:
@ -16,7 +16,7 @@ from podman_compose import normalize_service_final
|
||||
cwd = os.path.abspath(".")
|
||||
|
||||
|
||||
class TestNormalizeFullBuild(unittest.TestCase):
|
||||
class TestNormalizeFinalBuild(unittest.TestCase):
|
||||
cases_simple_normalization = [
|
||||
({"image": "test-image"}, {"image": "test-image"}),
|
||||
(
|
||||
|
Reference in New Issue
Block a user