We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fc9a7 commit e67c52fCopy full SHA for e67c52f
pytests/test_container_to_args.py
@@ -25,7 +25,7 @@ def get_minimal_container():
25
}
26
27
28
-class TestContainerToArgs(unittest.TestCase):
+class TestContainerToArgs(unittest.IsolatedAsyncioTestCase):
29
async def test_minimal(self):
30
c = create_compose_mock()
31
0 commit comments