Skip to content

Commit e67c52f

Browse files
lemmip12tic
authored andcommitted
test_container_to_args: handle async tests
Signed-off-by: lemmi <lemmi@nerd2nerd.org>
1 parent e0fc9a7 commit e67c52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytests/test_container_to_args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_minimal_container():
2525
}
2626

2727

28-
class TestContainerToArgs(unittest.TestCase):
28+
class TestContainerToArgs(unittest.IsolatedAsyncioTestCase):
2929
async def test_minimal(self):
3030
c = create_compose_mock()
3131

0 commit comments

Comments
 (0)