ruby / debug

Debugging functionality for Ruby
BSD 2-Clause "Simplified" License
1.14k stars 127 forks source link

Adding Test Coverage to Console Tests #999

Open st0012 opened 1 year ago

st0012 commented 1 year ago

Why?

We're looking to shed light on parts of the codebase that could use more tests.

Assumptions

How?

(We need to clear previous results before each run with rm -rf coverage to ensure accuracy for now, but it can easily be turned into a Rake task.)

Issues

We've run into a few issues during the prototyping phase: