diff --git a/tests/all-fail/.meta/config.json b/tests/all-fail/.meta/config.json index c24164e..8583bbf 100644 --- a/tests/all-fail/.meta/config.json +++ b/tests/all-fail/.meta/config.json @@ -1,42 +1,11 @@ { - "authors": [ - "kytrinyx" - ], - "contributors": [ - "alebaffa", - "bitfield", - "da-edra", - "ekingery", - "ferhatelmas", - "hilary", - "ilmanzo", - "k4rtik", - "leenipper", - "petertseng", - "robphoenix", - "sebito91", - "soniakeys", - "tleen", - "tompao", - "zabawaba99", - "eklatzer" - ], + "authors": ["kytrinyx"], "files": { - "solution": [ - "leap.go" - ], - "test": [ - "leap_test.go" - ], - "example": [ - ".meta/example.go" - ], - "editor": [ - "cases_test.go" - ], - "invalidator": [ - "go.mod" - ] + "solution": ["leap.go"], + "test": ["leap_test.go"], + "example": [".meta/example.go"], + "editor": ["cases_test.go"], + "invalidator": ["go.mod"] }, "blurb": "Given a year, report if it is a leap year.", "source": "CodeRanch Cattle Drive, Assignment 3", diff --git a/tests/empty-file/.meta/config.json b/tests/empty-file/.meta/config.json index c24164e..8583bbf 100644 --- a/tests/empty-file/.meta/config.json +++ b/tests/empty-file/.meta/config.json @@ -1,42 +1,11 @@ { - "authors": [ - "kytrinyx" - ], - "contributors": [ - "alebaffa", - "bitfield", - "da-edra", - "ekingery", - "ferhatelmas", - "hilary", - "ilmanzo", - "k4rtik", - "leenipper", - "petertseng", - "robphoenix", - "sebito91", - "soniakeys", - "tleen", - "tompao", - "zabawaba99", - "eklatzer" - ], + "authors": ["kytrinyx"], "files": { - "solution": [ - "leap.go" - ], - "test": [ - "leap_test.go" - ], - "example": [ - ".meta/example.go" - ], - "editor": [ - "cases_test.go" - ], - "invalidator": [ - "go.mod" - ] + "solution": ["leap.go"], + "test": ["leap_test.go"], + "example": [".meta/example.go"], + "editor": ["cases_test.go"], + "invalidator": ["go.mod"] }, "blurb": "Given a year, report if it is a leap year.", "source": "CodeRanch Cattle Drive, Assignment 3", diff --git a/tests/partial-fail/.meta/config.json b/tests/partial-fail/.meta/config.json index c24164e..8583bbf 100644 --- a/tests/partial-fail/.meta/config.json +++ b/tests/partial-fail/.meta/config.json @@ -1,42 +1,11 @@ { - "authors": [ - "kytrinyx" - ], - "contributors": [ - "alebaffa", - "bitfield", - "da-edra", - "ekingery", - "ferhatelmas", - "hilary", - "ilmanzo", - "k4rtik", - "leenipper", - "petertseng", - "robphoenix", - "sebito91", - "soniakeys", - "tleen", - "tompao", - "zabawaba99", - "eklatzer" - ], + "authors": ["kytrinyx"], "files": { - "solution": [ - "leap.go" - ], - "test": [ - "leap_test.go" - ], - "example": [ - ".meta/example.go" - ], - "editor": [ - "cases_test.go" - ], - "invalidator": [ - "go.mod" - ] + "solution": ["leap.go"], + "test": ["leap_test.go"], + "example": [".meta/example.go"], + "editor": ["cases_test.go"], + "invalidator": ["go.mod"] }, "blurb": "Given a year, report if it is a leap year.", "source": "CodeRanch Cattle Drive, Assignment 3", diff --git a/tests/success/.meta/config.json b/tests/success/.meta/config.json index c24164e..8583bbf 100644 --- a/tests/success/.meta/config.json +++ b/tests/success/.meta/config.json @@ -1,42 +1,11 @@ { - "authors": [ - "kytrinyx" - ], - "contributors": [ - "alebaffa", - "bitfield", - "da-edra", - "ekingery", - "ferhatelmas", - "hilary", - "ilmanzo", - "k4rtik", - "leenipper", - "petertseng", - "robphoenix", - "sebito91", - "soniakeys", - "tleen", - "tompao", - "zabawaba99", - "eklatzer" - ], + "authors": ["kytrinyx"], "files": { - "solution": [ - "leap.go" - ], - "test": [ - "leap_test.go" - ], - "example": [ - ".meta/example.go" - ], - "editor": [ - "cases_test.go" - ], - "invalidator": [ - "go.mod" - ] + "solution": ["leap.go"], + "test": ["leap_test.go"], + "example": [".meta/example.go"], + "editor": ["cases_test.go"], + "invalidator": ["go.mod"] }, "blurb": "Given a year, report if it is a leap year.", "source": "CodeRanch Cattle Drive, Assignment 3", diff --git a/tests/syntax-error/.meta/config.json b/tests/syntax-error/.meta/config.json index c24164e..8583bbf 100644 --- a/tests/syntax-error/.meta/config.json +++ b/tests/syntax-error/.meta/config.json @@ -1,42 +1,11 @@ { - "authors": [ - "kytrinyx" - ], - "contributors": [ - "alebaffa", - "bitfield", - "da-edra", - "ekingery", - "ferhatelmas", - "hilary", - "ilmanzo", - "k4rtik", - "leenipper", - "petertseng", - "robphoenix", - "sebito91", - "soniakeys", - "tleen", - "tompao", - "zabawaba99", - "eklatzer" - ], + "authors": ["kytrinyx"], "files": { - "solution": [ - "leap.go" - ], - "test": [ - "leap_test.go" - ], - "example": [ - ".meta/example.go" - ], - "editor": [ - "cases_test.go" - ], - "invalidator": [ - "go.mod" - ] + "solution": ["leap.go"], + "test": ["leap_test.go"], + "example": [".meta/example.go"], + "editor": ["cases_test.go"], + "invalidator": ["go.mod"] }, "blurb": "Given a year, report if it is a leap year.", "source": "CodeRanch Cattle Drive, Assignment 3",