Trying to get image right.
authorAnthony Scopatz <scopatz@gmail.com>
Tue, 3 Apr 2012 04:13:02 +0000 (23:13 -0500)
committerW. Trevor King <wking@tremily.us>
Fri, 1 Nov 2013 03:16:43 +0000 (20:16 -0700)
5-Testing/Readme.md
5-Testing/Readme.rst
5-Testing/test_prod.jpg [new file with mode: 0644]

index 4fa0ed6b7cee97defe31e83035f25ed2615a3fd7..7a4c7d2f7fa3b1937a37898a9d67d95415ab144b 100644 (file)
@@ -10,9 +10,7 @@ Documentation](https://github.com/thehackerwithin/UofCSCBC2012/tree/master/6-Doc
 **Based on materials by Katy Huff, Rachel Slaybaugh, and Anthony
 Scopatz**
 
-![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)
-
+![image](test_prod.jpg)
 # What is testing?
 
 Software testing is a process by which one or more expected behaviors
@@ -517,3 +515,7 @@ def fib(n):
 
 And thus - finally - we have a robust function together with working
 tests!
+
+# Exercise
+
+![image](http://s3.amazonaws.com/inscight/img/blog/evo_sol1.png)
index 2d1424eb7f879807377f1d0d0d911ca2050dafcb..9e06959da45609c519a1aecaa9018d70d3487ba8 100644 (file)
@@ -9,9 +9,7 @@
 
 **Based on materials by Katy Huff, Rachel Slaybaugh, and Anthony Scopatz**
 
-.. 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
+.. image:: test_prod.jpg
 
 
 What is testing?
@@ -496,3 +494,7 @@ This means that it is time to add the appropriate case to the funtion itself:
             return fib(n - 1) + fib(n - 2)
 
 And thus - finally - we have a robust function together with working tests!
+
+Exercise
+========
+.. image:: http://s3.amazonaws.com/inscight/img/blog/evo_sol1.png
diff --git a/5-Testing/test_prod.jpg b/5-Testing/test_prod.jpg
new file mode 100644 (file)
index 0000000..6970075
Binary files /dev/null and b/5-Testing/test_prod.jpg differ