1.0.0 • Published 4 years ago

tarantula-fl v1.0.0

Weekly downloads
20
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago