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

READY: Fix test_tracker unit test #537

Closed qstokkink closed 7 years ago

qstokkink commented 7 years ago

This PR fixes the test_tracker unit test to deal with twisted. It also auto-inserts the dispersy path in the twistd tracker plugin (which is more convenient than forcing users to do this themselves)*.

*Previously this was done within the test_tracker unit test.

qstokkink commented 7 years ago

@devos50 If you have time, please review/merge.

qstokkink commented 7 years ago

@devos50 You were correct, the deferLater wasn't necessary.