Git Product home page Git Product logo

qc's People

Contributors

davidedelvento avatar dbravender avatar lbolla avatar mcandre avatar paulcavallaro avatar seanfisk avatar xion avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

xgid

qc's Issues

Provide a option to print a verbose report

At the moment, the printed report assumes that each test method is run once, whereas it is run tries time. Is it possible to have an (optional) summary, e.g. including the total number of tries per method and other infos. It needs to work in at least nose and py.test, better if with unittest too

Improve the current shrink

The bisection-based test case reduction is great for finding a small failing case automatically. However, delta-debugging is better. See the following links for details:

        http://www.st.cs.uni-saarland.de/dd/
        http://delta.tigris.org/
        http://classes.soe.ucsc.edu/cmps290g/Winter04/lectures/flanagan-290g-8.pdf

py.test compatibility?

Check if qc is compatible with py.test
Make it so, if it isn't
Make examples for py.test

Python 3?

The Python 3 support seems to be broken.

Some default values are silly

Review the default range (inherited from dbravender) some of which seems inappropriate, e.g. integer currently are by the default [0, 100] so no negatives are tested. Investigate if
[-sys.maxint-1, sys.maxint] would be a sensible default (may need to be
different for long integers).

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.