-
Notifications
You must be signed in to change notification settings - Fork 21
Python Code Highlighting support #3860
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
Python Code Highlighting support #3860
Conversation
hugo-vrijswijk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Could you add an example report as well? That should help with making sure everything looks okay
BundleMon (elements)Files updated (3)
Total files change +10.12KB +1.39% Final result: ✅ View report in BundleMon website ➡️ |
Thanks for the suggestion @hugo-vrijswijk ! I have added a python example that can be seen in the vite output
|
|
@hugo-vrijswijk - In case you are interested, this is the new python adapter for https://pypi.org/project/cosmic-ray-to-mutation-elements-adapter/ |
hugo-vrijswijk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This looks great. I added a minor addition to use css variables for the fill color. That way, the file icon will have the appropriate dark/light color. I'll merge and release this when the pipeline finishes :)
|
Great to have the adapter for python! I should mention that although mutation-testing-elements is (mostly) made by Stryker people, but doesn't have much to do with it specifically. There's no Stryker branding or mentions in the report. It's just a standard for JSON schema |
88f7292
into
stryker-mutator:master


I am working on an adapter for python's mutation testing tools to
mutation-testing-elementsDuring that I realized that we do not support python code highlighting