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

Added pylintrc file #547

Closed devos50 closed 7 years ago

devos50 commented 7 years ago

This will add the pylint rc to the devel branch.

devos50 commented 7 years ago

@vandenheuvel @qstokkink I've improved the Dispersy testers. They are now mostly the same as the ones we're using with Tribler and Gumby. For now, I've added a Unix tester, pylint and code coverage check. The next step is to run the tests in parallel on Unix but this requires some changes to our gumby nosetests script. I've deferred running the tests on windows/MacOS for now since they might take a very long time. But they can easily be added 👍