Functest Goodies
These are great features in functest that don't fit as easily in the other documentation sections.
Command Line Registry
When you start up functest you have a bunch of options you can give it. Any extra keyword options you pass will be added to a dictionary at functest.registry.
====== test.py ========= import functest print functest.registry['url'] ====== end test.py ===== $ functest test.py url=http://www.google.com http://www.google.com
