An open API service indexing awesome lists of open source software.

https://github.com/build-server-protocol/bsp-testkit2


https://github.com/build-server-protocol/bsp-testkit2

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# bsp-testkit2

Experimental new testkit for Build Server Protocol.

`ProtocolSuite.kt` contains tests which are build-tool-independent and test server's compliance with Build Server Protocol.

To use them, run:
```shell
bazel run //bsp-testkit/client:ProtocolSuite --
```

Note that depending on tested server and the size of the BSP project, tests timeouts should be adjusted accordingly.