HomeClusterLabs Projects

Refactor: python: Rename TearDown to teardown.

Description

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.

Details

Provenance
clumensAuthored on Jun 22 2023, 3:29 PM
Parents
rP3a0bd3841597: Refactor: python: Rename SetUp to setup.
Branches
Unknown
Tags
Unknown