I'm trying learn TDD in python. Unfortunately I have not found any PEPs about unittest.
- Does one subclass of unittest.TestCase should contain all tests about one tested function?
- What are the recommendations for naming classes, methods or test-files?