Skip to content

Releases: plasma-umass/slipcover

Improved pytest support

27 Apr 13:50
Compare
Choose a tag to compare

Changes:

  • Slipcover now interposes on pytest, so that you can get coverage results on those files as well;
  • Fixed function finder not finding static and class methods (affected performance, not correctness);

Initial release

21 Apr 19:18
Compare
Choose a tag to compare

Initial release! Introducing Slipcover, a near zero-overhead coverage testing tool for CPython.