Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>wallyNew to Visual Studio Code? Get it now.
wally

wally

WALLY

|
81 installs
| (0) | Free
We cAn LocaLize Your faulty lines
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

WALLY: We cAn LocaLize faultY line with Mutations

wally_lens

Features

WALLY is a fault localization tool using MBFL. It computes the suspicioius socore uisng MUSE formula and visualize it by coloring line accordint to the rank of scores.

results

Requirements

pip install -r requirements.txt
  • yaml
  • pytest
  • pytest-timeout
  • astmonkey
  • termcolor
  • coverage

Configuration

To execute WALLY, configuration file named wally.json should be added in your project root directory:

{
    "target" : "project source directory",
    "unit_test" : "project unit-test case directory",
    "tool" : "testing tool"
}

Currently, WALLY support pytest as a testing tool.

How to run WALLY

Once the configuration file is set up, run wally by clicking the wally button in the top right corner of the screen. When wally completes the calculation, you'll see the results, with each line colored according to computed suspicion scores.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft