summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorSanjay K <sanjaykdragon@users.noreply.github.com>2020-05-19 12:47:44 -0400
committerGitHub <noreply@github.com>2020-05-19 18:47:44 +0200
commit010a04569282149cea7f7a76fc4d7f4c9f0f08dd (patch)
treec1c563b177e1207be2225a70c67c5d0a4d0ccf15 /info.toml
parent51666609f1087231701c1dffe79420414f0beeb3 (diff)
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
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/info.toml b/info.toml
index 7858d7c..e2aa82a 100644
--- a/info.toml
+++ b/info.toml
@@ -149,8 +149,8 @@ They are not the same. There are two solutions:
# TEST 1
[[exercises]]
-name = "test1"
-path = "exercises/test1.rs"
+name = "quiz1"
+path = "exercises/quiz1.rs"
mode = "test"
hint = "No hints this time ;)"
@@ -280,8 +280,8 @@ string slice instead of a `String`, wouldn't it?? There is a way to add one char
# TEST 2
[[exercises]]
-name = "test2"
-path = "exercises/test2.rs"
+name = "quiz2"
+path = "exercises/quiz2.rs"
mode = "compile"
hint = "No hints this time ;)"
@@ -311,7 +311,7 @@ hint = "No hints this time ;)"
# TESTS
[[exercises]]
-name = "tests1"
+name = "quiz1"
path = "exercises/tests/tests1.rs"
mode = "test"
hint = """
@@ -343,8 +343,8 @@ can negate the result of what you're doing using `!`, like `assert!(!having_fun(
# TEST 3
[[exercises]]
-name = "test3"
-path = "exercises/test3.rs"
+name = "quiz3"
+path = "exercises/quiz3.rs"
mode = "test"
hint = "No hints this time ;)"
@@ -414,8 +414,8 @@ The way macros are written, it wants to see something between each
# TEST 4
[[exercises]]
-name = "test4"
-path = "exercises/test4.rs"
+name = "quiz4"
+path = "exercises/quiz4.rs"
mode = "test"
hint = "No hints this time ;)"