Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quality improvements to homog and its test suite #23

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 16, 2014

  1. Improved vector-test.js' mutation score to 0.85

    Mutation analysis on vector-test.js was done with Mutator (http://ortask.com/mutator/). I improved the suite's mutation score from 0.64 to 0.85. I'll get it to 1.0 soon.
    omgm committed Aug 16, 2014
    Configuration menu
    Copy the full SHA
    c3fb9bf View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2014

  1. A fix while improved homog-test.js' mutation score

    Mutation analysis was performed on homog-test.js with Mutator (http://ortask.com/mutator/). These are some fixes that were made for small issues in the source file.
    omgm committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    3ef9667 View commit details
    Browse the repository at this point in the history
  2. Improved homog-test.js' mutation score to 0.8

    Mutation analysis was performed on homog-test.js with Mutator (http://ortask.com/mutator/). I improved the test suite's mutation score from 0.63 to 0.8. 
    
    In order to get to raise the quality of the test suite to 1.0, the following issue needs to be resolved: rockbot#22
    omgm committed Sep 4, 2014
    Configuration menu
    Copy the full SHA
    822b214 View commit details
    Browse the repository at this point in the history