Added note about unit test being expected to fail until the challenge is solved.

This commit is contained in:
Donne Martin 2015-07-01 06:51:56 -04:00
parent 0d0a2bece0
commit 9e84d8e257

View File

@ -102,7 +102,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"*It is important to identify and run through general and edge cases from the [Test Cases](#Test-Cases) section by hand. You generally will not be asked to write a unit test like what is shown below.*"
"*It is important to identify and run through general and edge cases from the [Test Cases](#Test-Cases) section by hand. You generally will not be asked to write a unit test like what is shown below.*\n",
"\n",
"**The following unit test is expected to fail until you solve the challenge.**"
]
},
{