Kaydet (Commit) 6c6c67f5 authored tarafından Carl Meyer's avatar Carl Meyer

Fixed inconsistent punctuation in tutorial 5.

üst d89b4213
...@@ -15,9 +15,9 @@ What are automated tests? ...@@ -15,9 +15,9 @@ What are automated tests?
Tests are simple routines that check the operation of your code. Tests are simple routines that check the operation of your code.
Testing operates at different levels. Some tests might apply to a tiny detail Testing operates at different levels. Some tests might apply to a tiny detail
- *does a particular model method return values as expected?*, while others (*does a particular model method return values as expected?*) while others
examine the overall operation of the software - *does a sequence of user inputs examine the overall operation of the software (*does a sequence of user inputs
on the site produce the desired result?* That's no different from the kind of on the site produce the desired result?*). That's no different from the kind of
testing you did earlier in :doc:`Tutorial 1 </intro/tutorial01>`, using the testing you did earlier in :doc:`Tutorial 1 </intro/tutorial01>`, using the
shell to examine the behavior of a method, or running the application and shell to examine the behavior of a method, or running the application and
entering data to check how it behaves. entering data to check how it behaves.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment