-
One day, I ran some pytests and found that failing test code had syntax highlighting. This is awesome! However, on the same machine, in the same repo, later, running the tests again I no longer see syntax highlighting. What could I be missing? How do I ensure that code highlighting is enabled? Things I have tried:
Ideas? :) |
Beta Was this translation helpful? Give feedback.
Answered by
Moult
May 8, 2022
Replies: 1 comment
-
Ah, pebkac :) I forgot an addon called pytest-blender actually uses a different Python env and that one didn't have pygments... so I was debugging the wrong environment! All solved now after installing pygments |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Moult
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah, pebkac :)
I forgot an addon called pytest-blender actually uses a different Python env and that one didn't have pygments... so I was debugging the wrong environment! All solved now after installing pygments