Refactor: python: Rename TearDown to teardown.
- Return NotImplementedError in the base class if the subclass doesn't implement it.
- Don't return any value. Only some subclasses were, and it's never used anywhere.
- Remove the force= argument from one instance. It's always False, so we can ditch the argument and change the one place it's used.