Skip to content

Commit

Permalink
Add pyret support to exercism test (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed May 2, 2024
1 parent 6bbd414 commit 664afb7
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 @@ -191,6 +191,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 664afb7

Please sign in to comment.