Funittest tutorial

Getting started with funittest is really easy with the interactive
funittest tutorial using Crunchy Frog. Don't worry if you can't 
get Crunchy Frog working, just open the index_html file in this
folder to view the tutorial in non-interactive mode. You will be able to
follow the tutorial without any restrictions. The only downside is that
you'll just have to copy and paste the example code into your Python
interpreter manually if you want to do experiments with it.

You will probably need to install elementtree before being able
to run Crunchy Frog. Get it here:

http://effbot.org/zone/element-index.htm

Crunchy Frog is an environment for displaying  interactive tutorials, 
which means you get to run Python code in your browser.
This allows you to toy around with funittest code while exploring
its possibilities step by step.

Just run the following command to start the Crunchy Frog server,
which will launch a browser, from where you can access the 
funittest tutorial:

python crunchy.py

If you want to know more about Crunchy Frog, visit its homepage:

http://crunchy.sourceforge.net/

Have fun!

Maik Rder

