testing/nose: Move media into the media/ subdirectory
authorW. Trevor King <wking@tremily.us>
Wed, 26 Jun 2013 15:19:21 +0000 (11:19 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 1 Nov 2013 16:42:42 +0000 (09:42 -0700)
Also:
* Use unabbreviated file names for clarity.
* Link to the images using relative links for flexibility (this page
  may be rendered at locations besides
  https://github.com/thehackerwithin/UofCSCBC2012 ;).

testing/nose/Readme.md
testing/nose/media/evolution-of-a-solution-1.png [moved from testing/nose/evo_sol1.png with 100% similarity]
testing/nose/media/test-in-production.jpg [moved from testing/nose/test_prod.jpg with 100% similarity]

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