summaryrefslogtreecommitdiff
path: root/exercises/test1.rs
AgeCommit message (Collapse)Author
2020-05-19feat: renames test to quiz, fixes #244Sanjay K
BREAKING CHANGE * changed test to quiz: fixes issues in #244 * fixed info.toml: #244 * fixed naming related issues
2019-12-29Created consistent money unitgnodarse
2019-11-11feat: improve `watch` execution modeRoberto Vidal
The `watch` command now requires user action to move to the next exercise. BREAKING CHANGE: this changes the behavior of `watch`.
2019-10-29fix: Rewrite test1 logicmarisa
2019-10-28chore: Clarify comment in exercises/test1.rsScott Sweeny
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.
2019-07-13fix(test1): Swap assertion parameter orderPete McFarlane
`Expected` should come before `actual`, other wise it leads to confusing compiler messages, e.g. ``` note: expected type `()` found type `{integer}` ```
2019-06-29fix(test1): renamed function name to snake caseJesse
closes #180
2019-02-15fix test command executionliv
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
2019-01-23add tests; refactor exercise linksliv
2019-01-09add a testliv