1.0.0 • Published 3 years ago

tarantula-fl v1.0.0

Weekly downloads
20
License
MIT
Repository
github
Last release
3 years ago

👾 Tarantula

Run Test 🔬 npm npm.io

Implementation of the tarantula fault localisation algorithm in rescript.

⬇ Installation

npm install tarantula-fl

Example usage

var tarantula = require('tarantula-fl')

var testData = {
    testResults: tarantula.TestData.fromMocha(exampleTestResult),
    coverage: tarantula.TestData.fromSolCover(exampleCoverage)
}

score = tarantula.Tarantula.tarantulaScore(testData)

🤖 Developers

  • Build: npm run build
  • Clean: npm run clean
  • Build & watch: npm run start
  • Test: npm test

📚 Learn More:

1.0.0

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago