mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-09 13:54:59 +02:00
Rename test classes to match filenames
Signed-off-by: Ari Pollak <ajp@aripollak.com>
This commit is contained in:
@ -7,7 +7,7 @@ from podman_compose import PodmanCompose
|
||||
from podman_compose import compose_run_update_container_from_args
|
||||
|
||||
|
||||
class TestRunArgs(unittest.TestCase):
|
||||
class TestComposeRunUpdateContainerFromArgs(unittest.TestCase):
|
||||
def test_minimal(self):
|
||||
cnt = get_minimal_container()
|
||||
compose = get_minimal_compose()
|
||||
|
Reference in New Issue
Block a user