Closed ChristianBirchler closed 2 months ago
The API changes slightly and is defined in competition.proto
. The idea is that the competitors use the proto file to implement a gRPC service in any programming language they prefer. I do not want to force them to use a specific language.
I propose an
interfaces
module containing an abstractTestSelector
: https://github.com/christianbirchler-org/sdc-testing-competition/blob/main/interfaces.pyThe idea is that the competitors should implement the APIs. It is important that the competitors strictly follow the API so that we can perform a coherent evaluation of the tools.