From: Anthony Scopatz Date: Tue, 3 Apr 2012 04:08:22 +0000 (-0500) Subject: Attempting images in markdown. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=34b06ea46701932b2bcf752ff49bdaa9630a46c6;p=swc-testing-nose.git Attempting images in markdown. --- diff --git a/5-Testing/Readme.md b/5-Testing/Readme.md index 43ed32d..4fa0ed6 100644 --- a/5-Testing/Readme.md +++ b/5-Testing/Readme.md @@ -10,7 +10,9 @@ Documentation](https://github.com/thehackerwithin/UofCSCBC2012/tree/master/6-Doc **Based on materials by Katy Huff, Rachel Slaybaugh, and Anthony Scopatz** -![image](http://memecreator.net/the-most-interesting-man-in-the-world/showimage.php/169/I-don't-always-test-my-code-But-when-I-do-I-do-it-in-production.jpg) +![image](http://s3.amazonaws.com/inscight/img/blog/evo_sol1.png) +[http://memecreator.net/the-most-interesting-man-in-the-world/showimage.php/169/I-don%27t-always-test-my-code-But-when-I-do-I-do-it-in-production.jpg](http://memecreator.net/the-most-interesting-man-in-the-world/showimage.php/169/I-don't-always-test-my-code-But-when-I-do-I-do-it-in-production.jpg) + # What is testing? Software testing is a process by which one or more expected behaviors diff --git a/5-Testing/Readme.rst b/5-Testing/Readme.rst index 0f8075f..2d1424e 100644 --- a/5-Testing/Readme.rst +++ b/5-Testing/Readme.rst @@ -9,7 +9,9 @@ **Based on materials by Katy Huff, Rachel Slaybaugh, and Anthony Scopatz** -.. image:: http://memecreator.net/the-most-interesting-man-in-the-world/showimage.php/169/I-don%27t-always-test-my-code-But-when-I-do-I-do-it-in-production.jpg +.. image:: http://s3.amazonaws.com/inscight/img/blog/evo_sol1.png + +http://memecreator.net/the-most-interesting-man-in-the-world/showimage.php/169/I-don%27t-always-test-my-code-But-when-I-do-I-do-it-in-production.jpg What is testing?