canonical / traefik-k8s-operator

This charmed operator automates the operational procedures of running Traefik, an open-source application proxy.
https://charmhub.io/traefik-k8s
Apache License 2.0
11 stars 22 forks source link

scenario tests will use pytest #185

Closed sed-i closed 3 months ago

sed-i commented 1 year ago

scenario exposes a pytest plugin, and I've not yet seen unittest + scenario in action, so yeah, still TBD but if it were up to me you know what I'd pick :)

_Originally posted by @PietroPasotti in https://github.com/canonical/traefik-k8s-operator/pull/172#discussion_r1219666545_

simskij commented 3 months ago

Closing this one as they serve somewhat different purposes. We already have decided on using scenario where applicable.