testing/nose: Move media into the media/ subdirectory
[swc-testing-nose.git] / testing / nose / Readme.md
index 8d53b87fd71e4cb0d03b3be67d3b7ab41797d221..d886cdd953ef3950b2c640ef4e1d626dbc0048f9 100644 (file)
@@ -5,7 +5,8 @@
 **Based on materials by Katy Huff, Rachel Slaybaugh, and Anthony
 Scopatz**
 
-![image](https://github.com/thehackerwithin/UofCSCBC2012/raw/scopz/5-Testing/test_prod.jpg)
+![image](media/test-in-production.jpg)
+
 # What is testing?
 
 Software testing is a process by which one or more expected behaviors
@@ -537,7 +538,7 @@ file which tests the closest\_data\_to\_line() functions.
 *Hint:* you can use one implementation function to test another. Below
 is some sample data to help you get started.
 
-![image](https://github.com/thehackerwithin/UofCSCBC2012/raw/scopz/5-Testing/evo_sol1.png)
+![image](media/evolution-of-a-solution-1.png)
 > -
 
 ```python