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 ;).
**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
*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