Python Refactoring Tdd Unit Testing How Do I Unit Test The Methods In A Method Object? October 25, 2023 Post a Comment I've performed the 'Replace Method with Method Object' refactoring described by Beck. N… Read more How Do I Unit Test The Methods In A Method Object?
Django Python Tdd Testing How Tdd Can Be Applied To Django Class Based Generic Views? October 22, 2023 Post a Comment Since Class based Generic Views in Django involve some work by the framework I find very hard to w… Read more How Tdd Can Be Applied To Django Class Based Generic Views?