From 4d9828f369c8fb81cb82efc37127a6a7c35e6926 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 26 Jun 2013 11:19:21 -0400 Subject: [PATCH 1/1] 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 ;). --- testing/nose/Readme.md | 5 +++-- .../evolution-of-a-solution-1.png} | Bin .../{test_prod.jpg => media/test-in-production.jpg} | Bin 3 files changed, 3 insertions(+), 2 deletions(-) rename testing/nose/{evo_sol1.png => media/evolution-of-a-solution-1.png} (100%) rename testing/nose/{test_prod.jpg => media/test-in-production.jpg} (100%) 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 -- 2.26.2