Skip to content

Commit 664afb7

Browse files
Add pyret support to exercism test (#1139)
1 parent 6bbd414 commit 664afb7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

workspace/test_configurations.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ var TestConfigurations = map[string]TestConfiguration{
191191
"purescript": {
192192
Command: "spago test",
193193
},
194+
"pyret": {
195+
Command: "pyret {{test_files}}",
196+
},
194197
"python": {
195198
Command: "python3 -m pytest -o markers=task {{test_files}}",
196199
},

0 commit comments

Comments
 (0)