From: W. Trevor King Date: Wed, 26 Jun 2013 15:19:21 +0000 (-0400) Subject: testing/nose: Move media into the media/ subdirectory X-Git-Url: http://git.tremily.us/?p=swc-testing-nose.git;a=commitdiff_plain;h=4d9828f369c8fb81cb82efc37127a6a7c35e6926;hp=7ed832ada324aeb8d27274d1afa72b6b39854274 testing/nose: Move media into the media/ subdirectory 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 ;). --- diff --git a/testing/nose/Readme.md b/testing/nose/Readme.md index 8d53b87..d886cdd 100644 --- a/testing/nose/Readme.md +++ b/testing/nose/Readme.md @@ -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 diff --git a/testing/nose/evo_sol1.png b/testing/nose/media/evolution-of-a-solution-1.png similarity index 100% rename from testing/nose/evo_sol1.png rename to testing/nose/media/evolution-of-a-solution-1.png diff --git a/testing/nose/test_prod.jpg b/testing/nose/media/test-in-production.jpg similarity index 100% rename from testing/nose/test_prod.jpg rename to testing/nose/media/test-in-production.jpg