Discover Packages
github.com/danielwoodsdeveloper/offline_coding_challenges
server
tests
package
Version:
v0.0.0-...-b38e9c6
Opens a new window with list of versions in this module.
Published: Jun 25, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Test struct {
Number int `json:"number"`
Group string `json:"group"`
Title string `json:"title"`
Description string `json:"description"`
TestCases []TestCase `json:"test-cases"`
}
func GetAllTests() []Test
Get all the tests
type TestCase struct {
Number int `json:"number"`
Inputs []string `json:"inputs"`
ExpectedOutput []string `json:"expected-output"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.