-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bin: add scripts for running tests locally #167
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like these don't quite work as-is, so we shouldn't merge this yet.
Looks like the |
@ee7 small bump |
Let's just add |
48d710f
to
8c90124
Compare
f17738d
to
d182ebc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've formatted the expected_results.json
files using jq
@@ -1,5 +1,5 @@ | |||
import std/unittest | |||
import hello_world | |||
import identity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The run-tests.sh
script passes in the exercise slug, and all test cases use "identity" except for this one and a couple of others. I could have added some logic to the test runner to figure out the slug, or just renamed it (which is what I did).
Closes #163