mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-09 05:54:34 +02:00
test_container_to_args: handle async tests
Signed-off-by: lemmi <lemmi@nerd2nerd.org>
This commit is contained in:
committed by
Povilas Kanapickas
parent
e0fc9a7546
commit
e67c52f2c4
@ -25,7 +25,7 @@ def get_minimal_container():
|
||||
}
|
||||
|
||||
|
||||
class TestContainerToArgs(unittest.TestCase):
|
||||
class TestContainerToArgs(unittest.IsolatedAsyncioTestCase):
|
||||
async def test_minimal(self):
|
||||
c = create_compose_mock()
|
||||
|
||||
|
Reference in New Issue
Block a user