Tribler / dispersy

The elastic database system. A database designed for P2P-like scenarios, where potentially millions of computers send database updates around.
http://www.tribler.org
84 stars 43 forks source link

Refactored bootstrap test #541

Closed devos50 closed 7 years ago

devos50 commented 7 years ago

I've cleaned up the bootstrap test a bit. These changes include: -moved the class outside the test method to improve readability -no test assertions inside the class itself -better naming of some methods/variables -correctly closing the thread pool threads when the test is done