vlang / v-analyzer

The @vlang language server, for all your editing needs like go-to-definition, code completion, type hints, and more.
MIT License
86 stars 9 forks source link

test: add test for toolchain path setup #96

Closed ttytm closed 3 months ago

ttytm commented 3 months ago

To test custom paths and errors the test currently redirects the output of the global logger that is defined in the loglib.

The test can be simplified when the severs initialization and setup process has progressed in it's error handling. For now, the used approach should work for asserting that paths have been set properly.