boxed/mutmut

Modifying mutmut cache directly

Opened this issue · 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.

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

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