|
@@ -671,6 +671,9 @@ class TestMain(unittest.TestCase): |
|
|
if proc.returncode is None: |
|
|
if proc.returncode is None: |
|
|
proc.terminate() |
|
|
proc.terminate() |
|
|
|
|
|
|
|
|
|
|
|
# Make sure that process exits before continuing |
|
|
|
|
|
await proc.wait() |
|
|
|
|
|
|
|
|
@async_test |
|
|
@async_test |
|
|
async def test_noargs(self): |
|
|
async def test_noargs(self): |
|
|
async with self.run_with_args() as proc: |
|
|
async with self.run_with_args() as proc: |
|
|