This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ntunnel
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
wait for clean up to happen before progressing..
This is to make sure that we don't have a run away resoruce utilization.. probably unneeded..
tags/v0.1.0
John-Mark Gurney
5 years ago
parent
74ff15da8c
commit
189bbb7bd3
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
ntunnel.py
+ 3
- 0
ntunnel.py
View File
@@ -671,6 +671,9 @@ class TestMain(unittest.TestCase):
if proc.returncode is None:
proc.terminate()
# Make sure that process exits before continuing
await proc.wait()
@async_test
async def test_noargs(self):
async with self.run_with_args() as proc:
Write
Preview
Loading…
Cancel
Save