Add EntityStore interface
This commit is contained in:

committed by
Jan-Eric Hellenberg

parent
dba7160a41
commit
abb1ce1bf8
9
environment/test_constants.go
Normal file
9
environment/test_constants.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package environment
|
||||
|
||||
import "gitlab.hpi.de/codeocean/codemoon/poseidon/runner"
|
||||
|
||||
const RunnerId = "s0m3-r4nd0m-1d"
|
||||
|
||||
func CreateTestRunner() runner.Runner {
|
||||
return runner.NewExerciseRunner(RunnerId)
|
||||
}
|
Reference in New Issue
Block a user