GithubHelp home page GithubHelp logo

proggga / hardest Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 54 KB

Hardest - hardcore test tool for style your code, check complexity and coverage

License: MIT License

Python 98.83% Shell 1.17%
python tox travis-ci radon coverage pytest flake8 pylint tdd

hardest's People

Contributors

proggga avatar

Stargazers

 avatar  avatar

Watchers

 avatar

hardest's Issues

Make python_searcher find default version of executables

Now python_searcher search for any python versions which it can find, like:

  • Python 2.7.10
    • /usr/bin/python
    • /usr/bin/python2
  • Python 2.7.13
    • /home/username/.pyenv/versions/python2.7.13/bin/python
    • /home/username/.pyenv/versions/python2.7.13/bin/python2

I think it should also show default python version as default, like:

  • defaults:
    • python : /usr/bin/python
    • python2 : /usr/bin/python2
    • python2.7: /home/username/.pyenv/versions/python2.7.13/bin/python2.7
  • Python 2.7.10
    • /usr/bin/python
    • /usr/bin/python2
  • Python 2.7.13
    • /home/username/.pyenv/versions/python2.7.13/bin/python
    • /home/username/.pyenv/versions/python2.7.13/bin/python2.7

Create first CLI for hardest

For start we need two commandline options
--init : create all configs by python_versions #3
-h : help
'' : without params ask for init or test by tox

whereis bug: doesn't search in PATH if ver of util-linux < 2.21

I foind that version of whereis ignore all my environment addition to PATH variable
After hard testing, found that travis has 14.04, which uses util-linux (whereis package) version 2.20. It does not support PATH search.

Need write custom python searcher if version less then 2.21.

Create python_searcher module

Create python_searcher module which search python binaries like
all python, jython, pypy and also.

It needed for tox env and travis/gitlab testing

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.