Legacy how-to guides¶
These guides cover deprecated approaches to charming.
Harness¶
Harness is a deprecated framework for writing unit tests. You should migrate to state-transition tests.
Hooks-based charms¶
Hooks-based charms use script files instead of Python code with Ops. You should migrate to Ops.