Commit Graph

9 Commits (b559cdd73f32c0d0cfc1feda39f82b3e3583df17)

Author SHA1 Message Date
gnodarse fd57f8f2c1 Created consistent money unit 5 years ago
Roberto Vidal 2cdd61294f feat: improve `watch` execution mode
The `watch` command now requires user action to move to the next
exercise.

BREAKING CHANGE: this changes the behavior of `watch`.
5 years ago
marisa 79a569422c
fix: Rewrite test1 logic 5 years ago
Scott Sweeny 2821227acf chore: Clarify comment in exercises/test1.rs
closes #194

The author of issue #194 suggests that the wording of the comment is at
least ambiguous about the desired results. I believe this change more
clearly describes the expectation of the exercise.
5 years ago
Pete McFarlane 4086d463a9
fix(test1): Swap assertion parameter order
`Expected` should come before `actual`, other wise it leads to confusing compiler messages, e.g.
```
note: expected type `()`
         found type `{integer}`
```
5 years ago
Jesse 89d5186c0d fix(test1): renamed function name to snake case
closes #180
5 years ago
liv 02ceb0ba8c fix test command execution
seems like i forgot that you actually need to run executables created
with `rustc --test`! this also reworks the "test1" exercise a bit

closes #108
6 years ago
liv dc1f3b79f8 add tests; refactor exercise links 6 years ago
liv 17e12433cb add a test 6 years ago