Add unit tests for provide runner route
This commit is contained in:

committed by
Jan-Eric Hellenberg

parent
7bbd7b7bae
commit
61bc7d0143
@ -3,7 +3,8 @@ package tests
|
||||
import "errors"
|
||||
|
||||
const (
|
||||
NonExistingID = "n0n-3x1st1ng-1d"
|
||||
NonExistingIntegerID = 9999
|
||||
NonExistingStringID = "n0n-3x1st1ng-1d"
|
||||
DefaultFileName = "test.txt"
|
||||
DefaultFileContent = "Hello, Codemoon!"
|
||||
DefaultDirectoryName = "test/"
|
||||
|
Reference in New Issue
Block a user