-
Notifications
You must be signed in to change notification settings - Fork 115
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
Trying to execute mutmut run I get KeyError #342
Comments
Could you create a project like this and put it up on github and send the link? |
BTW, I get the same issue with https://github.com/nedbat/templite. With Python 3.10, install pytest and mutmut, then:
|
I made a new release. There were a bunch of fixed on @udelledo please try 3.2.1 now |
Thanks, and templite itself seems good:
|
Awesome, version 3.2.1 didn't show the error anymore, but I'm still facing a problem. Running `mutmut run` I get this output
Pytest runs the test without issues
I understand integration with other plugins/libraries might not be a primary concern of this library, nonetheless I would ask if there's any strategy you could think that would let me use the two libraries together. maybe a mechanism that would let me extend the configuration for test execution with mutmut |
I would think this is an issue with that library that you should discuss with them. Mutmut does not modify each test, so I would guess their check for multiple calls to |
I'm running on python 3.9 with mutmut 3.2.0
Steps taken:
mutmut run
and had the following stacktraceNot sure if it's a matter of python version, or of test structures.
The text was updated successfully, but these errors were encountered: