https://github.com/build-server-protocol/bsp-testkit2
https://github.com/build-server-protocol/bsp-testkit2
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/build-server-protocol/bsp-testkit2
- Owner: build-server-protocol
- Created: 2022-03-26T22:35:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T14:35:21.000Z (about 2 years ago)
- Last Synced: 2024-04-29T15:51:05.097Z (about 2 years ago)
- Language: Kotlin
- Size: 144 KB
- Stars: 2
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.