vlang / v-analyzer

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

test: update tests to run with `v test` #46

Closed ttytm closed 5 months ago

ttytm commented 5 months ago

With the change analyzer tests will also be run if v test . is run in the project root and are directory independent.

Due to current issues with V's -stats flag, it currently won't print more details when used with test runs. To get an extended overview - same as running the tests with cd tests && v run .. Execute the tests via v tests/analyzer_test.v