Private Methods

Reasons to not test private methods:

  1. The method might use private attributes, which u cannot change
  1. You are testing implementation detail
  1. It will slow down future development, since now you will need to change way more tests

But I realllllly want to test this private method