Exit when test finishes.

This commit is contained in:
Yuxin Wang 2018-09-30 13:32:07 -04:00 committed by GitHub
parent 430bb51a21
commit e01da09179

View file

@ -56,3 +56,6 @@ def test_main():
os.remove('test_big_file')
os.remove('downloaded_small_file')
os.remove('downloaded_big_file')
peer1.exit()
peer2.exit()
tracker.exit()