Skip to content

Conversation

@CarloDePieri
Copy link

This compiler plugin output is currently kinda broken:

  • Currently pytest bin is called 'pytest'.
  • More importantly, it features colors by default: they must be disabled to take advantage of the compiler errorformat.

CarloDePieri@a296f74 solve these first points.

Now, I'm not sure the second commit has a place here, but I'm proposing it anyway; if you are not interested in it we can merge only the first one. Anyway. CarloDePieri@2a45ac3 introduces g:pytest_compiler_args and the relative documentation:

  • this is usefull in its own right, when passing often the same flags to the compiler
  • not so coincidentally, it also offers an easy way to apply a fix to the broken pytest layout that results by using this compiler with :Dispatch

Currently pytest bin is called 'pytest'.
It also features colors by default: they must be disabled
to take advantage of the compiler errorformat.
This is usefull for flags that are used by the user in every run.
The readme has been updated to document the new variable.
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

Successfully merging this pull request may close these issues.

1 participant