Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mutiny

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutiny

  • 0.3.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Mutiny Build Status Code Climate Dependency Status Test Coverage

A tiny mutation testing framework for Ruby. Used for exploring research ideas. For more stable and complete mutation testing in Ruby, use mutant.

Currently supports Ruby versions of these method level mutation operators.

Usage
  • git clone this repo
  • bundle install
  • ./bin/mutiny ./examples/max.rb ./examples/max_tests.rb Note that we currently assume that tests.rb is a line-separated set of predicates (expressions that evaluate to either true or false).

Acknowledgments

Thank-you to the authors of other projects and resources that have inspired mutiny, including:

  • Markus Schirp's mutant, which paved the way for modern mutation testing in Ruby. In particular, mutiny's RSpec integration is based on the Markus's stellar work on mutant.

FAQs

Package last updated on 18 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc