Automatic generation of unit test stubs from source
Brought to you by:
fabioz
I would greatly appreciate a feature that takes a module, and generates unit tests for every defined function or class method, as either TestCase methods or independent functions. Ideally, you could specify the file to add the tests to, and give it a naming convention, and it would not generate a test if another test already existed that matched the given name.