Coder Social home page Coder Social logo

tribler-tester's Introduction

Tribler-tester

Run flake8 on all Trilber repos Output: https://travis-ci.com/cclauss/Tribler-tester

  • $ $ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics

E901,E999,F821,F822,F823 are the "showstopper" flake8 issues that can halt the runtime with a SyntaxError, NameError, etc. Most other flake8 issues are merely "style violations" -- useful for readability but they do not effect runtime safety.

  • F821: undefined name name
  • F822: undefined name name in __all__
  • F823: local variable name referenced before assignment
  • E901: SyntaxError or IndentationError
  • E999: SyntaxError -- failed to compile a file into an Abstract Syntax Tree

Key: --> Tests are failing on Python 2 but passing on Python 3

Repo 10 Dec 2018
PlebNet
application-tester
cloudomate
decentral-market
decentralized-mortgage-market
deployment-scripts
dispersy
fake-tribler-api
gumby
py-ipv8
pymdht
tribler
ipv8-android-app not working

Deep dive on Tribler/tribler

Directory 10 Dec 2018
.
.sonar
tribler/Tribler
tribler/Tribler/Core
tribler/Tribler/Main
tribler/Tribler/Test
tribler/Tribler/community
tribler/TriblerGUI
tribler/TriblerGUI/dialogs
tribler/TriblerGUI/widgets
tribler/debian
tribler/twisted/plugins
tribler/win

tribler-tester's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.