Documentation ¶
Overview ¶
Package tests handles multiple test uploading.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LazyTest ¶ added in v0.7.3
LazyTest is a `models.Test` but input and outputs are `zip.File`s.
type Pattern ¶
Pattern recognizes the patterns from an input string and try to match it.
func ParsePattern ¶
ParsePattern parses a pattern string and create a Pattern struct. Given a pattern string, it matches the ONLY question mark from it and split the rest into a prefix and suffix.
Click to show internal directories.
Click to hide internal directories.