feat: renames test to quiz, fixes #244

BREAKING CHANGE

* changed test to quiz: fixes issues in #244
* fixed info.toml: #244
* fixed naming related issues
This commit is contained in:
Sanjay K
2020-05-19 12:47:44 -04:00
committed by GitHub
parent 51666609f1
commit 010a045692
6 changed files with 20 additions and 20 deletions

View File

@@ -99,7 +99,7 @@ rustlings hint myExercise1
## Testing yourself
After every couple of sections, there will be a test that'll test your knowledge on a bunch of sections at once. These tests are found in `exercises/testN.rs`.
After every couple of sections, there will be a quiz that'll test your knowledge on a bunch of sections at once. These quizzes are found in `exercises/quizN.rs`.
## Completion