This is just a simple implementation of quickcheck using decorators in Python. Idea came from http://dan.bravender.us/2009/6/21/Simple_Quickcheck_implementation_for_Python.html It has a long way to go, but I find it useful for hack projects.
alexbowe/quick_check
Hacked up quick_check. Will tidy up and provide explanation/examples soon.
Python