Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifying mutmut cache directly #294

Open
cosgroveblue opened this issue Oct 16, 2023 · 2 comments
Open

Modifying mutmut cache directly #294

cosgroveblue opened this issue Oct 16, 2023 · 2 comments

Comments

@cosgroveblue
Copy link

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
Copy link
Owner

boxed commented Oct 17, 2023

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

@Jacoblightning
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants