Conversation
|
When testing in a shell, achieves what we need, as we have |
|
cc @ErikSchierboom from idris track-maintainers |
|
@keiravillekode Thanks! The gist of it looks good, except for the part where it infers the slug from the directory name. Technically, the better way to do that would be to read the config file (I think |
Updated. It is |
| assert.True(t, strings.HasSuffix(cmd, "--"), "rust's test command should have trailing dashes") | ||
| } | ||
|
|
||
| func TestIdrisUsesCurrentDirectory(t *testing.T) { |
There was a problem hiding this comment.
| func TestIdrisUsesCurrentDirectory(t *testing.T) { | |
| func TestIdrisUsesExerciseSlug(t *testing.T) { |
ErikSchierboom
left a comment
There was a problem hiding this comment.
I'll probably have to do a release later this week
|
@keiravillekode Would you mind also updating the documentation here: https://github.com/exercism/docs/blob/main/building/tooling/cli.md#test-command-placeholders? |
|
If you are doing a release, perhaps #1193 can be included. |
|
I've released a new version |
No description provided.