Skip to content

Commit

Permalink
Add pyret support to exercism test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed May 2, 2024
1 parent 31bf0dc commit 8cbb94c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workspace/test_configurations.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ var TestConfigurations = map[string]TestConfiguration{
},
"purescript": {
Command: "spago test",
},
"pyret": {
Command: "pyret {{test_files}}",
},
"python": {
Command: "python3 -m pytest -o markers=task {{test_files}}",
Expand Down

0 comments on commit 8cbb94c

Please sign in to comment.