canonical / manual-tls-certificates-operator

A charmed operator for managing TLS certificates manually.
https://charmhub.io/manual-tls-certificates
Apache License 2.0
2 stars 11 forks source link

test: replace harness with scenario #274

Closed gruyaume closed 3 months ago

gruyaume commented 3 months ago

Description

Replace harness with scenario for unit testing

Rationale

The scenario framework enforces our current approach with:

This makes tests easier to read, to write, and to parameterise .

Reference

Checklist: