mutmut icon indicating copy to clipboard operation
mutmut copied to clipboard

Modifying mutmut cache directly

Open cosgroveblue opened this issue 2 years ago • 2 comments

I've been using mutmut for mutation testing on my project, and I recently removed a specific file from my codebase. I want to ensure that references to this removed file are also gone from the mutmut cache without clearing the entire cache.

Is there a direct way to update the mutmut cache to reflect this change, without resetting the whole cache? Any guidance or best practices for this scenario would be appreciated.

cosgroveblue avatar Oct 16 '23 21:10 cosgroveblue

This seems more like a bug than something the user should have to handle.

boxed avatar Oct 17 '23 06:10 boxed

I think so, the cache is in sqlite3 format. You can use DB browser for sqlite to modify it.

Jacoblightning avatar Jan 31 '24 12:01 Jacoblightning