mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-07 06:29:42 +01:00
test_container_to_args: handle async tests
Signed-off-by: lemmi <lemmi@nerd2nerd.org>
This commit is contained in:
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):
|
async def test_minimal(self):
|
||||||
c = create_compose_mock()
|
c = create_compose_mock()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user