boxed / mutmut

Mutation testing system
https://mutmut.readthedocs.io
BSD 3-Clause "New" or "Revised" License
902 stars 109 forks source link

Modifying mutmut cache directly #294

Open cosgroveblue opened 11 months ago

cosgroveblue commented 11 months ago

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.

boxed commented 11 months ago

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

Jacoblightning commented 8 months ago

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