All Questions
1 question
41
votes
6
answers
55k
views
Why is unit testing private methods considered as bad practice?
Context:
I am currently working on a small project in Python. I commonly structure my classes with some public methods that are documented but mainly deal with the high level concepts (what a user of ...